mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
c826288435
commit
438f942081
6 changed files with 38 additions and 32 deletions
|
|
@ -1,24 +1,25 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Added to favorites" : "Added to favorites",
|
||||
"Removed from favorites" : "Removed from favorites",
|
||||
"You added {file} to your favorites" : "You added {file} to your favorites",
|
||||
"You removed {file} from your favorites" : "You removed {file} from your favorites",
|
||||
"Added to favorites" : "დაემატა რჩეულებში",
|
||||
"Removed from favorites" : "ამოიშალა რჩეულებიდან",
|
||||
"You added {file} to your favorites" : "თქვენ დაამატეთ {file}-ი რჩეულებში",
|
||||
"You removed {file} from your favorites" : "თქვენ ამოშალეთ {file}-ი თქვენი რჩეული ფაილებიდან",
|
||||
"Favorites" : "ფავორიტები",
|
||||
"File changes" : "ფაილის ცვლილებები",
|
||||
"Created by {user}" : "Created by {user}",
|
||||
"Changed by {user}" : "Changed by {user}",
|
||||
"Deleted by {user}" : "Deleted by {user}",
|
||||
"Restored by {user}" : "Restored by {user}",
|
||||
"Renamed by {user}" : "Renamed by {user}",
|
||||
"Moved by {user}" : "Moved by {user}",
|
||||
"You created {file}" : "You created {file}",
|
||||
"You created an encrypted file in {file}" : "You created an encrypted file in {file}",
|
||||
"{user} created {file}" : "{user} created {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} created an encrypted file in {file}",
|
||||
"{file} was created in a public folder" : "{file} was created in a public folder",
|
||||
"You changed {file}" : "You changed {file}",
|
||||
"Created by {user}" : "შექმნა მომხმარებელმა {user}",
|
||||
"Changed by {user}" : "შეცვალა მომხმარებელმა {user}",
|
||||
"Deleted by {user}" : "წაშალა მომხმარებელმა {user}",
|
||||
"Restored by {user}" : "აღადგინა მომხმარებელმა {user}",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა მომხმარებელმა {user}",
|
||||
"Moved by {user}" : "გადაიტანა მომხმარებელმა {user}",
|
||||
"\"remote account\"" : "დისნტანციური ანგარიში",
|
||||
"You created {file}" : "თქვენ შექმენით {file}",
|
||||
"You created an encrypted file in {file}" : "შექმენით დაშიფრული ფაილი {file}-ში",
|
||||
"{user} created {file}" : "{user} მომხმარებელმა შექმნა {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} მომხმარებელმა შექმნა დაშიფრული ფაილი {file}-ში",
|
||||
"{file} was created in a public folder" : "{file} შეიქმნა საზოგადო დირექტორიაში",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}",
|
||||
"You changed an encrypted file in {file}" : "You changed an encrypted file in {file}",
|
||||
"{user} changed {file}" : "{user} changed {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} changed an encrypted file in {file}",
|
||||
|
|
|
|||
|
|
@ -1,22 +1,23 @@
|
|||
{ "translations": {
|
||||
"Added to favorites" : "Added to favorites",
|
||||
"Removed from favorites" : "Removed from favorites",
|
||||
"You added {file} to your favorites" : "You added {file} to your favorites",
|
||||
"You removed {file} from your favorites" : "You removed {file} from your favorites",
|
||||
"Added to favorites" : "დაემატა რჩეულებში",
|
||||
"Removed from favorites" : "ამოიშალა რჩეულებიდან",
|
||||
"You added {file} to your favorites" : "თქვენ დაამატეთ {file}-ი რჩეულებში",
|
||||
"You removed {file} from your favorites" : "თქვენ ამოშალეთ {file}-ი თქვენი რჩეული ფაილებიდან",
|
||||
"Favorites" : "ფავორიტები",
|
||||
"File changes" : "ფაილის ცვლილებები",
|
||||
"Created by {user}" : "Created by {user}",
|
||||
"Changed by {user}" : "Changed by {user}",
|
||||
"Deleted by {user}" : "Deleted by {user}",
|
||||
"Restored by {user}" : "Restored by {user}",
|
||||
"Renamed by {user}" : "Renamed by {user}",
|
||||
"Moved by {user}" : "Moved by {user}",
|
||||
"You created {file}" : "You created {file}",
|
||||
"You created an encrypted file in {file}" : "You created an encrypted file in {file}",
|
||||
"{user} created {file}" : "{user} created {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} created an encrypted file in {file}",
|
||||
"{file} was created in a public folder" : "{file} was created in a public folder",
|
||||
"You changed {file}" : "You changed {file}",
|
||||
"Created by {user}" : "შექმნა მომხმარებელმა {user}",
|
||||
"Changed by {user}" : "შეცვალა მომხმარებელმა {user}",
|
||||
"Deleted by {user}" : "წაშალა მომხმარებელმა {user}",
|
||||
"Restored by {user}" : "აღადგინა მომხმარებელმა {user}",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა მომხმარებელმა {user}",
|
||||
"Moved by {user}" : "გადაიტანა მომხმარებელმა {user}",
|
||||
"\"remote account\"" : "დისნტანციური ანგარიში",
|
||||
"You created {file}" : "თქვენ შექმენით {file}",
|
||||
"You created an encrypted file in {file}" : "შექმენით დაშიფრული ფაილი {file}-ში",
|
||||
"{user} created {file}" : "{user} მომხმარებელმა შექმნა {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} მომხმარებელმა შექმნა დაშიფრული ფაილი {file}-ში",
|
||||
"{file} was created in a public folder" : "{file} შეიქმნა საზოგადო დირექტორიაში",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}",
|
||||
"You changed an encrypted file in {file}" : "You changed an encrypted file in {file}",
|
||||
"{user} changed {file}" : "{user} changed {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} changed an encrypted file in {file}",
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ OC.L10N.register(
|
|||
"Another entry with the same name already exists." : "Інший запис з таким же ім'ям вже присутній",
|
||||
"Invalid filename." : "Недійсне ім'я файлу.",
|
||||
"Rename file" : "Перейменувати файл",
|
||||
"Recently created" : "Нещодавно створено",
|
||||
"Folder" : "Каталог",
|
||||
"Unknown file type" : "Невідомий тип файлу",
|
||||
"{ext} image" : "{ext} зображення",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
"Another entry with the same name already exists." : "Інший запис з таким же ім'ям вже присутній",
|
||||
"Invalid filename." : "Недійсне ім'я файлу.",
|
||||
"Rename file" : "Перейменувати файл",
|
||||
"Recently created" : "Нещодавно створено",
|
||||
"Folder" : "Каталог",
|
||||
"Unknown file type" : "Невідомий тип файлу",
|
||||
"{ext} image" : "{ext} зображення",
|
||||
|
|
|
|||
|
|
@ -306,6 +306,7 @@ OC.L10N.register(
|
|||
"MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію MySQL \"%1$s\". Рекомендується використовувати MySQL >=%2$s та <=%3$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.",
|
||||
"PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію PostgreSQL \"%1$s\". Рекомендується використовувати PostgreSQL >=%2$s та <=%3$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.",
|
||||
"Nextcloud %d does not support your current version, so be sure to update the database before updating your Nextcloud Server." : "Nextcloud %d не підтримує вашу поточну версію. Потрібно оновити вашу базу даних, перш ніж оновлювати сервер Nextcloud.",
|
||||
"Oracle version \"%1$s\" detected. Oracle >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію Oracle \"%1$s\". Для кращої продуктивності, стабільності та функціональності цієї версії Nextcloud рекомендується використовувати Oracle >=%2$s та <=%3$s.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Наразі SQLite використовується як база даних. Для більш продуктивних примірників рекомендується переключитися на іншу базу даних. Зокрема це рекомендується у разі використання клієнтів синхронізації файлів для робочих станцій. Щоб мігрувати до іншої бази даних, використовуйте інструмент командного рядка: \"occ db:convert-type\".",
|
||||
"Unknown database platform" : "Невідома платформа бази даних",
|
||||
"Architecture" : "Архітектура",
|
||||
|
|
|
|||
|
|
@ -304,6 +304,7 @@
|
|||
"MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію MySQL \"%1$s\". Рекомендується використовувати MySQL >=%2$s та <=%3$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.",
|
||||
"PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію PostgreSQL \"%1$s\". Рекомендується використовувати PostgreSQL >=%2$s та <=%3$s для кращої продуктивності, стабільності та функціональності з цією версією Nextcloud.",
|
||||
"Nextcloud %d does not support your current version, so be sure to update the database before updating your Nextcloud Server." : "Nextcloud %d не підтримує вашу поточну версію. Потрібно оновити вашу базу даних, перш ніж оновлювати сервер Nextcloud.",
|
||||
"Oracle version \"%1$s\" detected. Oracle >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Виявлено версію Oracle \"%1$s\". Для кращої продуктивності, стабільності та функціональності цієї версії Nextcloud рекомендується використовувати Oracle >=%2$s та <=%3$s.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Наразі SQLite використовується як база даних. Для більш продуктивних примірників рекомендується переключитися на іншу базу даних. Зокрема це рекомендується у разі використання клієнтів синхронізації файлів для робочих станцій. Щоб мігрувати до іншої бази даних, використовуйте інструмент командного рядка: \"occ db:convert-type\".",
|
||||
"Unknown database platform" : "Невідома платформа бази даних",
|
||||
"Architecture" : "Архітектура",
|
||||
|
|
|
|||
Loading…
Reference in a new issue