mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore(i18n): sync translations (#9741)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: liuyi <forehalo@gmail.com>
This commit is contained in:
committed by
GitHub
parent
44de4474c3
commit
24cd7e367c
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"ar": 100,
|
||||
"ar": 99,
|
||||
"ca": 5,
|
||||
"da": 5,
|
||||
"de": 100,
|
||||
"el-GR": 100,
|
||||
"de": 99,
|
||||
"el-GR": 99,
|
||||
"en": 100,
|
||||
"es-AR": 100,
|
||||
"es-AR": 99,
|
||||
"es-CL": 100,
|
||||
"es": 100,
|
||||
"fa": 100,
|
||||
"fr": 100,
|
||||
"es": 99,
|
||||
"fa": 99,
|
||||
"fr": 99,
|
||||
"hi": 2,
|
||||
"it-IT": 100,
|
||||
"it-IT": 99,
|
||||
"it": 1,
|
||||
"ja": 100,
|
||||
"ko": 72,
|
||||
"pl": 100,
|
||||
"pt-BR": 100,
|
||||
"ru": 100,
|
||||
"sv-SE": 100,
|
||||
"uk": 100,
|
||||
"ja": 99,
|
||||
"ko": 71,
|
||||
"pl": 99,
|
||||
"pt-BR": 99,
|
||||
"ru": 99,
|
||||
"sv-SE": 99,
|
||||
"uk": 99,
|
||||
"ur": 2,
|
||||
"zh-Hans": 100,
|
||||
"zh-Hant": 100
|
||||
"zh-Hans": 99,
|
||||
"zh-Hant": 99
|
||||
}
|
||||
|
||||
@@ -2059,6 +2059,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Add filter`
|
||||
*/
|
||||
["com.affine.filterList.button.add"](): string;
|
||||
/**
|
||||
* `View in Page mode`
|
||||
*/
|
||||
["com.affine.header.mode-switch.page"](): string;
|
||||
/**
|
||||
* `View in Edgeless Canvas`
|
||||
*/
|
||||
["com.affine.header.mode-switch.edgeless"](): string;
|
||||
/**
|
||||
* `Add tag`
|
||||
*/
|
||||
@@ -2885,6 +2893,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Page width`
|
||||
*/
|
||||
["com.affine.page-properties.property.pageWidth"](): string;
|
||||
/**
|
||||
* `Template`
|
||||
*/
|
||||
["com.affine.page-properties.property.template"](): string;
|
||||
/**
|
||||
* `Add relevant identifiers or categories to the doc. Useful for organizing content, improving searchability, and grouping related docs together.`
|
||||
*/
|
||||
@@ -2957,6 +2969,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Control the width of this page to fit content display needs.`
|
||||
*/
|
||||
["com.affine.page-properties.property.pageWidth.tooltips"](): string;
|
||||
/**
|
||||
* `Mark this doc as a template, which can be used to create new docs.`
|
||||
*/
|
||||
["com.affine.page-properties.property.template.tooltips"](): string;
|
||||
/**
|
||||
* `Properties`
|
||||
*/
|
||||
@@ -4213,14 +4229,6 @@ export function useAFFiNEI18N(): {
|
||||
["com.affine.quicksearch.group.searchfor"](options: {
|
||||
readonly query: string;
|
||||
}): string;
|
||||
/**
|
||||
* `Reset sync`
|
||||
*/
|
||||
["com.affine.resetSyncStatus.button"](): string;
|
||||
/**
|
||||
* `This operation may fix some synchronization issues.`
|
||||
*/
|
||||
["com.affine.resetSyncStatus.description"](): string;
|
||||
/**
|
||||
* `Collections`
|
||||
*/
|
||||
@@ -5003,6 +5011,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Editor settings`
|
||||
*/
|
||||
["com.affine.settings.editorSettings.title"](): string;
|
||||
/**
|
||||
* `Ask me every time`
|
||||
*/
|
||||
["com.affine.settings.editorSettings.ask-me-every-time"](): string;
|
||||
/**
|
||||
* `Email`
|
||||
*/
|
||||
@@ -5331,6 +5343,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Once enabled, you can preview PDF in embed view.`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-pdf-embed-preview.description"](): string;
|
||||
/**
|
||||
* `Page Block Header`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-page-block-header.name"](): string;
|
||||
/**
|
||||
* `Once enabled, the header of page block will be displayed.`
|
||||
*/
|
||||
["com.affine.settings.workspace.experimental-features.enable-page-block-header.description"](): string;
|
||||
/**
|
||||
* `Only an owner can edit the workspace avatar and name. Changes will be shown for everyone.`
|
||||
*/
|
||||
@@ -6373,6 +6393,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Hide`
|
||||
*/
|
||||
["com.affine.editor.bi-directional-link-panel.hide"](): string;
|
||||
/**
|
||||
* `Fold page block`
|
||||
*/
|
||||
["com.affine.editor.edgeless-note-header.fold-page-block"](): string;
|
||||
/**
|
||||
* `View in page`
|
||||
*/
|
||||
["com.affine.editor.edgeless-note-header.view-in-page"](): string;
|
||||
/**
|
||||
* `Empower Your Team with Seamless Collaboration`
|
||||
*/
|
||||
@@ -6509,6 +6537,74 @@ export function useAFFiNEI18N(): {
|
||||
* `Delete Server`
|
||||
*/
|
||||
["com.affine.server.delete"](): string;
|
||||
/**
|
||||
* `Start`
|
||||
*/
|
||||
["com.affine.page-starter-bar.start"](): string;
|
||||
/**
|
||||
* `Template`
|
||||
*/
|
||||
["com.affine.page-starter-bar.template"](): string;
|
||||
/**
|
||||
* `With AI`
|
||||
*/
|
||||
["com.affine.page-starter-bar.ai"](): string;
|
||||
/**
|
||||
* `Edgeless`
|
||||
*/
|
||||
["com.affine.page-starter-bar.edgeless"](): string;
|
||||
/**
|
||||
* `Template`
|
||||
*/
|
||||
Template(): string;
|
||||
/**
|
||||
* `No template`
|
||||
*/
|
||||
["com.affine.template-list.empty"](): string;
|
||||
/**
|
||||
* `Create new template`
|
||||
*/
|
||||
["com.affine.template-list.create-new"](): string;
|
||||
/**
|
||||
* `Set a Template for the Journal`
|
||||
*/
|
||||
["com.affine.template-journal-onboarding.title"](): string;
|
||||
/**
|
||||
* `Select`
|
||||
*/
|
||||
["com.affine.template-journal-onboarding.select"](): string;
|
||||
/**
|
||||
* `My Templates`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.title"](): string;
|
||||
/**
|
||||
* `Template for journal`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.journal"](): string;
|
||||
/**
|
||||
* `Select a template for your journal`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.journal-desc"](): string;
|
||||
/**
|
||||
* `Keep empty`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.keep-empty"](): string;
|
||||
/**
|
||||
* `New doc with template`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.page"](): string;
|
||||
/**
|
||||
* `New docs will use the specified template, ignoring default settings.`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.page-desc"](): string;
|
||||
/**
|
||||
* `Template for new doc`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.page-select"](): string;
|
||||
/**
|
||||
* `Remove template`
|
||||
*/
|
||||
["com.affine.settings.workspace.template.remove"](): string;
|
||||
} { const { t } = useTranslation(); return useMemo(() => createProxy((key) => t.bind(null, key)), [t]); }
|
||||
function createComponent(i18nKey: string) {
|
||||
return (props) => createElement(Trans, { i18nKey, shouldUnescape: true, ...props });
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "افتح في عرض مقسم",
|
||||
"com.affine.quicksearch.group.creation": "جديد",
|
||||
"com.affine.quicksearch.group.searchfor": "البحث عن \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "إعادة تعيين المزامنة",
|
||||
"com.affine.resetSyncStatus.description": "قد تحل هذه العملية بعض مشكلات المزامنة.",
|
||||
"com.affine.rootAppSidebar.collections": "مجموعات",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "يمكن وضع المستند فقط هنا",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "لا توجد مستندات مرتبطة",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "In geteilter Ansicht öffnen",
|
||||
"com.affine.quicksearch.group.creation": "Neu",
|
||||
"com.affine.quicksearch.group.searchfor": "Suche nach \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Synchronisierung zurücksetzen",
|
||||
"com.affine.resetSyncStatus.description": "Dieser Vorgang kann einige Synchronisierungsprobleme beheben.",
|
||||
"com.affine.rootAppSidebar.collections": "Sammlungen",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Nur Seiten können hier abgelegt werden",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Keine verknüpften Seiten",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Άνοιγμα σε διαχωρισμένη προβολή",
|
||||
"com.affine.quicksearch.group.creation": "Νέο",
|
||||
"com.affine.quicksearch.group.searchfor": "Αναζήτηση για το \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Επαναφορά συγχρονισμού",
|
||||
"com.affine.resetSyncStatus.description": "Αυτή η λειτουργία μπορεί να επιδιορθώσει κάποια προβλήματα συγχρονισμού.",
|
||||
"com.affine.rootAppSidebar.collections": "Συλλογές",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Μόνο το έγγραφο μπορεί να τοποθετηθεί εδώ",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Χωρίς συνδεδεμένα έγγραφα",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Abrir en vista dividida",
|
||||
"com.affine.quicksearch.group.creation": "Nuevo",
|
||||
"com.affine.quicksearch.group.searchfor": "Buscar \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Restablecer sincronización",
|
||||
"com.affine.resetSyncStatus.description": "Esta operación puede solucionar algunos problemas de sincronización.",
|
||||
"com.affine.rootAppSidebar.collections": "Colecciones",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Aquí solo se puede colocar documentos",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "No hay documentos vinculados",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "در نمای تقسیم شده باز کنید",
|
||||
"com.affine.quicksearch.group.creation": "جدید",
|
||||
"com.affine.quicksearch.group.searchfor": "جستجو برای \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "تنظیم مجدد همگامسازی",
|
||||
"com.affine.resetSyncStatus.description": "این عملیات ممکن است برخی از مشکلات همگامسازی را حل کند.",
|
||||
"com.affine.rootAppSidebar.collections": "مجموعهها",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "فقط سند میتواند در اینجا قرار گیرد",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "هیچ سند مرتبطی وجود ندارد",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Ouvrir en vue partagée",
|
||||
"com.affine.quicksearch.group.creation": "Nouveau",
|
||||
"com.affine.quicksearch.group.searchfor": "Rechercher \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Réinitialisation de la synchronisation",
|
||||
"com.affine.resetSyncStatus.description": "Cette opération peut résoudre certains problèmes de synchronisation.",
|
||||
"com.affine.rootAppSidebar.collections": "Collections",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Seul un document peut être placé ici",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Pas de documents liés",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Apri in vista divisa",
|
||||
"com.affine.quicksearch.group.creation": "Nuovo",
|
||||
"com.affine.quicksearch.group.searchfor": "Cerca \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Reimposta sincronizzazione",
|
||||
"com.affine.resetSyncStatus.description": "Questa operazione può risolvere alcuni problemi di sincronizzazione.",
|
||||
"com.affine.rootAppSidebar.collections": "Collezioni",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Solo documenti possono essere posizionati qui",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Nessun documento collegato",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "分割ビューで開く",
|
||||
"com.affine.quicksearch.group.creation": "新しい",
|
||||
"com.affine.quicksearch.group.searchfor": "「{{query}}」の検索",
|
||||
"com.affine.resetSyncStatus.button": "同期をリセット",
|
||||
"com.affine.resetSyncStatus.description": "この操作でいくつかの同期の問題が解決するかもしれません。",
|
||||
"com.affine.rootAppSidebar.collections": "コレクション",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "ここには文書のみを置くことができます",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "リンクされている文書はありません",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Otwórz w widoku podzielonym",
|
||||
"com.affine.quicksearch.group.creation": "Nowy",
|
||||
"com.affine.quicksearch.group.searchfor": "Szukaj „{{query}}”",
|
||||
"com.affine.resetSyncStatus.button": "Zresetuj synchronizację",
|
||||
"com.affine.resetSyncStatus.description": "Ta operacja może naprawić niektóre problemy synchronizacyjne.",
|
||||
"com.affine.rootAppSidebar.collections": "Kolekcje",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Tylko dokument można umieścić tutaj",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Brak powiązanych dokumentów",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Abrir em visualização dividida",
|
||||
"com.affine.quicksearch.group.creation": "Novo",
|
||||
"com.affine.quicksearch.group.searchfor": "Pesquisar por \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Redefinir sincronização",
|
||||
"com.affine.resetSyncStatus.description": "Esta operação pode corrigir alguns problemas de sincronização.",
|
||||
"com.affine.rootAppSidebar.collections": "Coleções",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Apenas páginas podem ser colocadas aqui",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Sem páginas vinculadas",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Открыть в режиме разделённого экрана",
|
||||
"com.affine.quicksearch.group.creation": "Новая",
|
||||
"com.affine.quicksearch.group.searchfor": "Искать \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Сбросить синхронизацию",
|
||||
"com.affine.resetSyncStatus.description": "Это действие может решить некоторые проблемы с синхронизацией.",
|
||||
"com.affine.rootAppSidebar.collections": "Коллекции",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Здесь можно разместить только документ",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Нет связанных документов",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Öppna i delad vy",
|
||||
"com.affine.quicksearch.group.creation": "Ny",
|
||||
"com.affine.quicksearch.group.searchfor": "Sök efter \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Återställ synkronisering",
|
||||
"com.affine.resetSyncStatus.description": "Denna åtgärd kan lösa vissa synkroniseringsproblem.",
|
||||
"com.affine.rootAppSidebar.collections": "Samlingar",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Endast dokument kan placeras här",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Inga länkade dokument",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Відкрити у розділеному перегляді",
|
||||
"com.affine.quicksearch.group.creation": "Новий",
|
||||
"com.affine.quicksearch.group.searchfor": "Пошук \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "Скинути синхронізацію",
|
||||
"com.affine.resetSyncStatus.description": "Ця операція може виправити деякі проблеми з синхронізацією.",
|
||||
"com.affine.rootAppSidebar.collections": "Колекції",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "Тільки документи можуть бути розміщені тут",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "Немає пов'язаних документів",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "在分割视图中打开",
|
||||
"com.affine.quicksearch.group.creation": "新建",
|
||||
"com.affine.quicksearch.group.searchfor": "搜索 \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "重置同步",
|
||||
"com.affine.resetSyncStatus.description": "此操作可能会修复一些同步问题。",
|
||||
"com.affine.rootAppSidebar.collections": "精选",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "此处只能放置文档",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "没有链接文档",
|
||||
|
||||
@@ -1043,8 +1043,6 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "在分割視圖中打開",
|
||||
"com.affine.quicksearch.group.creation": "新建",
|
||||
"com.affine.quicksearch.group.searchfor": "搜尋 \"{{query}}\"",
|
||||
"com.affine.resetSyncStatus.button": "重置同步",
|
||||
"com.affine.resetSyncStatus.description": "此操作可能會修復一些同步問題。",
|
||||
"com.affine.rootAppSidebar.collections": "收藏集",
|
||||
"com.affine.rootAppSidebar.doc.link-doc-only": "此處只能放置文件",
|
||||
"com.affine.rootAppSidebar.docs.no-subdoc": "沒有鏈接文件",
|
||||
|
||||
Reference in New Issue
Block a user