Skip to content

Commit

Permalink
Sync translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh committed Jul 24, 2023
1 parent b808fe6 commit b5a1170
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 8 deletions.
49 changes: 47 additions & 2 deletions src/i18n/message/app/data-manage-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,22 @@
"deleteSuccess": "刪除成功",
"migrationAlert": "使用導入/導出在不同瀏覽器之間遷移數據",
"importError": "文件格式錯誤",
"migrated": "成功導入"
"migrated": "成功導入",
"importOther": {
"step1": "選擇數據",
"step2": "確認數據",
"dataSource": "數據源",
"file": "數據文件",
"selectFileBtn": "選擇",
"conflictType": "衝突解決",
"conflictTip": "導入數據與本地數據衝突怎麼辦",
"overwrite": "覆寫",
"accumulate": "累加",
"imported": "導入數據",
"local": "本地數據",
"fileNotSelected": "未選中文件",
"conflictNotSelected": "未選擇衝突解決方案"
}
},
"en": {
"totalMemoryAlert": "The browser provides {size}MB to store local data for each extension",
Expand Down Expand Up @@ -115,7 +130,22 @@
"deleteSuccess": "正常に削除されました",
"migrationAlert": "インポート/エクスポートを使用して、異なるブラウザ間でデータを移行します",
"importError": "ファイル形式エラー",
"migrated": "正常にインポートされました"
"migrated": "正常にインポートされました",
"importOther": {
"step1": "データを選択",
"step2": "データを確認",
"dataSource": "データ ソース",
"file": "データファイル",
"selectFileBtn": "選択",
"conflictType": "競合を解決",
"conflictTip": "インポートされたデータがローカルデータと競合する場合の対処方法",
"overwrite": "上書き",
"accumulate": "累積する",
"imported": "輸入された",
"local": "ローカル",
"fileNotSelected": "ファイルが選択されていません",
"conflictNotSelected": "競合する解像度が選択されていません"
}
},
"pt_PT": {
"totalMemoryAlert": "O navegador fornece {size}MB para armazenar dados locais para cada extensão",
Expand All @@ -137,6 +167,21 @@
"tillYesterday": "Até ontem",
"till7DaysAgo": "Até 7 dias atrás",
"till30DaysAgo": "Até 30 dias atrás"
},
"importOther": {
"step1": "Selecionar dados",
"step2": "Confirmar dados",
"dataSource": "Origem dos dados",
"file": "Ficheiro de dados",
"selectFileBtn": "Selecionar",
"conflictType": "Resolução de conflitos",
"conflictTip": "O que fazer se dados importados confeitar com dados locais",
"overwrite": "Substituir",
"accumulate": "Acumular",
"imported": "Importado",
"local": "Local",
"fileNotSelected": "Arquivo não selecionado",
"conflictNotSelected": "Resolução de conflitos não selecionada"
}
}
}
12 changes: 9 additions & 3 deletions src/i18n/message/common/button-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"confirm": "確認",
"cancel": "取消",
"okey": "好的",
"dont": "不用了"
"dont": "不用了",
"previous": "往前",
"next": "繼續"
},
"ja": {
"create": "追加",
Expand All @@ -49,7 +51,9 @@
"confirm": "確かめる",
"cancel": "取り消す",
"okey": "OK",
"dont": "いいえ!"
"dont": "いいえ!",
"previous": "前へ",
"next": "次へ"
},
"pt_PT": {
"create": "Criar",
Expand All @@ -61,6 +65,8 @@
"confirm": "Confirmar",
"cancel": "Cancelar",
"okey": "OK",
"dont": "NÃO!"
"dont": "NÃO!",
"previous": "Voltar",
"next": "Continuar"
}
}
9 changes: 6 additions & 3 deletions src/i18n/message/common/item-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"deleteConfirmMsgRange": "{url} 在 {start} 到 {end} 的拜訪記錄將被刪除",
"deleteConfirmMsg": "{url} 在 {date} 的拜訪記錄將被刪除",
"exportWholeData": "導出數據",
"importWholeData": "導入數據"
"importWholeData": "導入數據",
"importOtherData": "從其他擴展導入"
}
},
"en": {
Expand Down Expand Up @@ -70,7 +71,8 @@
"deleteConfirmMsgRange": "{url} {start} から {end} までの拜訪記録は削除されます",
"deleteConfirmMsg": "{date} の {url} の拜訪記録は削除されます",
"exportWholeData": "インポート",
"importWholeData": "書き出す"
"importWholeData": "書き出す",
"importOtherData": "他の拡張機能からインポート"
}
},
"pt_PT": {
Expand All @@ -88,7 +90,8 @@
"deleteConfirmMsg": "O registro de {url} em {date} será excluído!",
"exportWholeData": "Exportar Dados",
"importWholeData": "Importar Dados",
"analysis": "Análise"
"analysis": "Análise",
"importOtherData": "Importar de Outras Extensões"
}
}
}

0 comments on commit b5a1170

Please sign in to comment.