Skip to content

Commit

Permalink
♻️🌐 front,back: sorted all locales json keys, as per jq --sort-keys (#…
Browse files Browse the repository at this point in the history
…680)

Sorted all locales, the following script can be used to reproduce:
  • Loading branch information
shepilov authored Oct 7, 2024
2 parents fec5611 + d9e39cb commit c7ec364
Show file tree
Hide file tree
Showing 22 changed files with 2,968 additions and 2,967 deletions.
10 changes: 5 additions & 5 deletions tdrive/backend/node/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hello": "Hello",
"virtual-folder.shared-drive": "Shared Drive",
"virtual-folder.my-drive": "My Drive",
"virtual-folder.trash": "Trash"
}
"hello": "Hello",
"virtual-folder.my-drive": "My Drive",
"virtual-folder.shared-drive": "Shared Drive",
"virtual-folder.trash": "Trash"
}
2 changes: 1 addition & 1 deletion tdrive/backend/node/locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hello": "Bonjour",
"virtual-folder.shared-drive": "Disque Partagé",
"virtual-folder.my-drive": "Mon disque",
"virtual-folder.shared-drive": "Disque Partagé",
"virtual-folder.trash": "Corbeille"
}
10 changes: 5 additions & 5 deletions tdrive/backend/node/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hello": "Привет",
"virtual-folder.shared-drive": "Общий Диск",
"virtual-folder.my-drive": "Мой Диск",
"virtual-folder.trash": "Корзина"
}
"hello": "Привет",
"virtual-folder.my-drive": "Мой Диск",
"virtual-folder.shared-drive": "Общий Диск",
"virtual-folder.trash": "Корзина"
}
8 changes: 4 additions & 4 deletions tdrive/backend/node/locales/vn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hello": "Xin chào",
"virtual-folder.shared-drive": "Drive chia sẻ",
"virtual-folder.my-drive": "Drive của tôi",
"virtual-folder.trash": "Thùng rác"
"hello": "Xin chào",
"virtual-folder.my-drive": "Drive của tôi",
"virtual-folder.shared-drive": "Drive chia sẻ",
"virtual-folder.trash": "Thùng rác"
}
1 change: 1 addition & 0 deletions tdrive/backend/node/src/services/documents/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export const addDriveItemToArchive = async (
if (item.is_in_trash) return;

if (!item.is_directory) {
// random comment
const file_id = item.last_version_cache.file_metadata.external_id;
const file = await gr.services.files.download(file_id, context);

Expand Down
354 changes: 177 additions & 177 deletions tdrive/frontend/public/locales/de.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tdrive/frontend/public/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"\"": "\"",
"'": "'",
"ONLYOFFICE Excel Document": "Create a Spreadsheet",
"ONLYOFFICE PowerPoint Document": "Create a Presentation",
"ONLYOFFICE Word Document": "Create a Document",
"\"": "\"",
"app.name.tdrive_calendar": "Calendar",
"app.name.tdrive_drive": "Documents",
"app.name.tdrive_tasks": "Tasks",
Expand All @@ -24,6 +24,10 @@
"compenents.VersionModalContent_donwload": "Download",
"compenents.VersionModalContent_version": "Versions of",
"compenents.VersionModalContent_version_dec": "Manage your document version here: Download older version of this document or upload a new version now.",
"components.PropertiesModalContent_name": "Name",
"components.PropertiesModalContent_place_holder": "Document or folder name",
"components.PropertiesModalContent_rename": "Rename",
"components.PropertiesModalContent_update_button": "Update name",
"components.SelectorModalContent_files": "files(s)",
"components.SelectorModalContent_move_to": "Move to",
"components.SelectorModalContent_no_items": "No item selected",
Expand Down Expand Up @@ -122,10 +126,6 @@
"components.open_desktop_popup.subtitle": "Opened in Tdrive app",
"components.pending_file_list.estimation.approximations": "Waiting for time approximations...",
"components.pending_file_list.estimation.end": "Will end",
"components.PropertiesModalContent_name": "Name",
"components.PropertiesModalContent_place_holder": "Document or folder name",
"components.PropertiesModalContent_rename": "Rename",
"components.PropertiesModalContent_update_button": "Update name",
"components.public-link-access-level-create": "Anyone with the link will have access to",
"components.public-link-access-level-delete": "Delete link",
"components.public-link-access-level-update-subtitle": "Anyone with the link has access to",
Expand Down Expand Up @@ -367,4 +367,4 @@
"services.file_upload_service.toaster.upload_file_error": "Error uploading file: {{$1}}",
"services.user.notification_parameters_update_alert": "The notification settings have been updated.",
"services.user.update_password_alert": "Your password has been updated."
}
}
342 changes: 171 additions & 171 deletions tdrive/frontend/public/locales/eo.json

Large diffs are not rendered by default.

384 changes: 192 additions & 192 deletions tdrive/frontend/public/locales/es.json

Large diffs are not rendered by default.

350 changes: 175 additions & 175 deletions tdrive/frontend/public/locales/eu.json

Large diffs are not rendered by default.

360 changes: 180 additions & 180 deletions tdrive/frontend/public/locales/fi.json

Large diffs are not rendered by default.

652 changes: 326 additions & 326 deletions tdrive/frontend/public/locales/fr.json

Large diffs are not rendered by default.

334 changes: 167 additions & 167 deletions tdrive/frontend/public/locales/it.json

Large diffs are not rendered by default.

358 changes: 179 additions & 179 deletions tdrive/frontend/public/locales/ja.json

Large diffs are not rendered by default.

342 changes: 171 additions & 171 deletions tdrive/frontend/public/locales/nb_NO.json

Large diffs are not rendered by default.

338 changes: 169 additions & 169 deletions tdrive/frontend/public/locales/pt.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tdrive/frontend/public/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"\"": "\"",
"'": "'",
"ONLYOFFICE Excel Document": "Создать электронную таблицу",
"ONLYOFFICE PowerPoint Document": "Создать презентацию",
"ONLYOFFICE Word Document": "Создать документ",
"\"": "\"",
"app.name.tdrive_calendar": "Календарь",
"app.name.tdrive_drive": "Документы",
"app.name.tdrive_tasks": "Задачи",
Expand All @@ -24,6 +24,10 @@
"compenents.VersionModalContent_donwload": "Скачать",
"compenents.VersionModalContent_version": "Версии ...",
"compenents.VersionModalContent_version_dec": "Управление версиями документа: Здесь можно скачать или загрузить новую версию документа.",
"components.PropertiesModalContent_name": "Имя",
"components.PropertiesModalContent_place_holder": "Имя папки или документа",
"components.PropertiesModalContent_rename": "Переименовать",
"components.PropertiesModalContent_update_button": "Переименовать",
"components.SelectorModalContent_files": "файл(ы)",
"components.SelectorModalContent_move_to": "Переместить в",
"components.SelectorModalContent_no_items": "Нет выдулунных элементов",
Expand Down Expand Up @@ -122,10 +126,6 @@
"components.open_desktop_popup.subtitle": "открыто в приложении Tdrive",
"components.pending_file_list.estimation.approximations": "Примерное время ожидания...",
"components.pending_file_list.estimation.end": "Закончится через",
"components.PropertiesModalContent_name": "Имя",
"components.PropertiesModalContent_place_holder": "Имя папки или документа",
"components.PropertiesModalContent_rename": "Переименовать",
"components.PropertiesModalContent_update_button": "Переименовать",
"components.public-link-access-level-create": "Все кто имеет ссылку буду иметь доступ",
"components.public-link-access-level-delete": "Удалить ссылку",
"components.public-link-access-level-update-subtitle": "У каждого, кто имеет ссылку, есть доступ к",
Expand Down Expand Up @@ -367,4 +367,4 @@
"services.file_upload_service.toaster.upload_file_error": "Ошибка загрузки файла: {{$1}}",
"services.user.notification_parameters_update_alert": "Настройки уведомлений были обновлены.",
"services.user.update_password_alert": "Ваш пароль был обновлен."
}
}
Loading

0 comments on commit c7ec364

Please sign in to comment.