mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-23 11:19:46 +00:00
剪贴板字串翻译更新
Signed-off-by: fanchenxuan <fanchenxuan@huawei.com>
This commit is contained in:
parent
d4958c53f5
commit
0fb0001a17
@ -147,8 +147,9 @@ struct dialogPlusPage {
|
||||
} else if (this.currentGroup().name === 'PASTEBOARD') {
|
||||
if (this.pasteBoardName) {
|
||||
Span($r('app.string.pasteBoard_app', this.pasteBoardName))
|
||||
} else {
|
||||
Span($r('app.string.pasteBoard_desc'))
|
||||
}
|
||||
Span($r('app.string.pasteBoard_desc'))
|
||||
} else {
|
||||
if (this.currentGroup().description.length > 0) {
|
||||
ForEach(this.currentGroup().description, (item: ResourceStr) => {
|
||||
|
@ -262,7 +262,7 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"Content copied from \"%s\". ",
|
||||
"value":"Content copied from %s. If you choose Deny, this app won't be able to access the clipboard.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
|
@ -282,9 +282,9 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"ནང་དོན་༼%s༽ལས་འདྲ་བཤུས་བྱས།",
|
||||
"value":"ནང་དོན་༼%s༽ལས་འདྲ་བཤུས་བྱས། བཀག་རྗེས་ཉེར་སྤྱོད་དེས་དྲས་སྦྱར་པང་ལ་ལྟ་སྤྱོད་བྱ་མི་ཆོག",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -282,9 +282,9 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"مەزمۇن مەنبەسى: %s. ",
|
||||
"value":"بۇ مەزمۇن «%s» دىن كەلگەن. چەكلىسىڭىز، بۇ ئەپ كېسىش تاختىسىنى زىيارەت قىلالمايدۇ.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -262,7 +262,7 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"内容复制自“%s”。",
|
||||
"value":"内容复制自“%s”。禁止后将不再允许此应用访问剪贴板。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
|
@ -282,9 +282,9 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"複製內容來自「%s」。",
|
||||
"value":"複製內容來自「%s」。禁止後將不再允許此應用程式存取剪貼簿。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -282,9 +282,9 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"內容複製自「%s」。",
|
||||
"value":"內容複製自「%s」。禁止後,將不再允許此應用程式存取剪貼簿。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -162,7 +162,7 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"[TS_950726]_Content copied from \"%s\". "
|
||||
"value":"[TS_950726]_Content copied from %s. If you choose Deny, this app won't be able to access the clipboard."
|
||||
},
|
||||
{
|
||||
"name":"afternoon",
|
||||
|
Loading…
Reference in New Issue
Block a user