diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-10 00:26:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-10 00:26:58 +0000 |
commit | 231cec61ef4892889b4291f80fb76a1483bef6b2 (patch) | |
tree | c2cc20a4f05cd1900032a154ea512e2ab0ffbe27 /apps/settings | |
parent | b86e0f685fb189930450cd06c158f86c7f7253b1 (diff) | |
download | nextcloud-server-231cec61ef4892889b4291f80fb76a1483bef6b2.tar.gz nextcloud-server-231cec61ef4892889b4291f80fb76a1483bef6b2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/l10n/fa.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/fa.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/it.js | 12 | ||||
-rw-r--r-- | apps/settings/l10n/it.json | 12 | ||||
-rw-r--r-- | apps/settings/l10n/vi.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/vi.json | 2 |
6 files changed, 30 insertions, 0 deletions
diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index f5e21bc21f4..aa8e8d058aa 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -251,6 +251,7 @@ OC.L10N.register( "Display name" : "نام جهت نمایش", "Email" : "ایمیل", "Quota" : "سهم", + "Total rows summary" : "خلاصه کل ردیف ها", "Avatar" : "آواتار", "Group admin for" : "مدیر گروه برای", "User backend" : "پشتیبان کاربر", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index db0c7863443..41f1e457a39 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -249,6 +249,7 @@ "Display name" : "نام جهت نمایش", "Email" : "ایمیل", "Quota" : "سهم", + "Total rows summary" : "خلاصه کل ردیف ها", "Avatar" : "آواتار", "Group admin for" : "مدیر گروه برای", "User backend" : "پشتیبان کاربر", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index ceeeb18bffd..0832a5e6bc5 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -120,6 +120,7 @@ OC.L10N.register( "Personal" : "Personale", "Administration" : "Amministrazione", "Additional settings" : "Impostazioni aggiuntive", + "Artificial Intelligence" : "Intelligenza artificiale", "Administration privileges" : "Privilegi di amministratore", "Groupware" : "Groupware", "Overview" : "Riepilogo", @@ -148,6 +149,15 @@ OC.L10N.register( "Profile information" : "Informazioni del profilo", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Immagine del profilo, nome e cognome, email, numero di telefono, indirizzo, sito web, Twitter, organizzazione, ruolo, titolo, biografia e se il tuo profilo è attivo o meno", "Nextcloud settings" : "Impostazioni di Nextcloud", + "Machine translation" : "Traduzione automatica", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "La traduzione automatica può essere implementata da diverse app. Qui puoi definire la priorità delle app di traduzione automatica che hai installate al momento.", + "Speech-To-Text" : "Riconoscimento vocale", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse app. Qui puoi impostare quale app usare.", + "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle app installate integra la funzionalità di riconoscimento vocale", + "Text processing" : "Elaborazione del testo", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "L'elaborazione del testo può essere implementata da diverse app. Qui puoi impostare quale app usare per quale compito.", + "Task:" : "Compito:", + "None of your currently installed apps provide Text processing functionality" : "Nessuna delle app installate integra la funzionalità elaborazione del testo", "Here you can decide which group can access certain sections of the administration settings." : "Qui puoi decidere quali gruppi possono accedere ad alcune sezioni delle impostazioni di amministrazione.", "None" : "Nessuno", "Unable to modify setting" : "Impossibile modificare l'impostazione", @@ -242,6 +252,7 @@ OC.L10N.register( "Cron (Recommended)" : "Cron (Consigliato)", "Use system cron service to call the cron.php file every 5 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 5 minuti.", "The cron.php needs to be executed by the system user \"{user}\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"{user}\".", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "È necessaria l'estensione POSIX di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per maggiori dettagli.", "Unable to update background job mode" : "Impossibile aggiornare la modalità delle operazioni in background", "Profile" : "Profilo", "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", @@ -455,6 +466,7 @@ OC.L10N.register( "Updates" : "Aggiornamenti", "App bundles" : "Pacchetti di applicazioni", "Featured apps" : "Applicazioni in evidenza", + "Supported apps" : "App supportate", "Show to everyone" : "Mostra a tutti", "Show to logged in users only" : "Mostra solo a utenti registrati", "Hide" : "Nascondi", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 68dbb833883..73918d126ac 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -118,6 +118,7 @@ "Personal" : "Personale", "Administration" : "Amministrazione", "Additional settings" : "Impostazioni aggiuntive", + "Artificial Intelligence" : "Intelligenza artificiale", "Administration privileges" : "Privilegi di amministratore", "Groupware" : "Groupware", "Overview" : "Riepilogo", @@ -146,6 +147,15 @@ "Profile information" : "Informazioni del profilo", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Immagine del profilo, nome e cognome, email, numero di telefono, indirizzo, sito web, Twitter, organizzazione, ruolo, titolo, biografia e se il tuo profilo è attivo o meno", "Nextcloud settings" : "Impostazioni di Nextcloud", + "Machine translation" : "Traduzione automatica", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "La traduzione automatica può essere implementata da diverse app. Qui puoi definire la priorità delle app di traduzione automatica che hai installate al momento.", + "Speech-To-Text" : "Riconoscimento vocale", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse app. Qui puoi impostare quale app usare.", + "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle app installate integra la funzionalità di riconoscimento vocale", + "Text processing" : "Elaborazione del testo", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "L'elaborazione del testo può essere implementata da diverse app. Qui puoi impostare quale app usare per quale compito.", + "Task:" : "Compito:", + "None of your currently installed apps provide Text processing functionality" : "Nessuna delle app installate integra la funzionalità elaborazione del testo", "Here you can decide which group can access certain sections of the administration settings." : "Qui puoi decidere quali gruppi possono accedere ad alcune sezioni delle impostazioni di amministrazione.", "None" : "Nessuno", "Unable to modify setting" : "Impossibile modificare l'impostazione", @@ -240,6 +250,7 @@ "Cron (Recommended)" : "Cron (Consigliato)", "Use system cron service to call the cron.php file every 5 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 5 minuti.", "The cron.php needs to be executed by the system user \"{user}\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"{user}\".", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "È necessaria l'estensione POSIX di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per maggiori dettagli.", "Unable to update background job mode" : "Impossibile aggiornare la modalità delle operazioni in background", "Profile" : "Profilo", "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", @@ -453,6 +464,7 @@ "Updates" : "Aggiornamenti", "App bundles" : "Pacchetti di applicazioni", "Featured apps" : "Applicazioni in evidenza", + "Supported apps" : "App supportate", "Show to everyone" : "Mostra a tutti", "Show to logged in users only" : "Mostra solo a utenti registrati", "Hide" : "Nascondi", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index a7dfc7d03b5..0c4f731134c 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -213,6 +213,7 @@ OC.L10N.register( "User backend" : "Trang cài đặt người dùng", "Storage location" : "Khu vực lưu trữ", "Last login" : "Lần đăng nhập cuối", + "Password or insufficient permissions message" : "Mật khẩu hoặc thông báo không đủ quyền", "You do not have permissions to see the details of this user" : "Bạn không có quyền xem chi tiết của người dùng này", "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", "Select user quota" : "Chọn hạn ngạch người dùng", @@ -257,6 +258,7 @@ OC.L10N.register( "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ứng dụng này không được đánh dấu là tương thích với phiên bản Nextcloud của bạn. Nếu bạn tiếp tục, bạn vẫn có thể cài đặt ứng dụng. Lưu ý rằng ứng dụng có thể không hoạt động như mong đợi.", "Never" : "Không bao giờ", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ứng dụng đã được kích hoạt nhưng cần được cập nhật. Bạn sẽ được chuyển hướng đến trang cập nhật sau 5 giây.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Có quá nhiều yêu cầu từ mạng của bạn. Thử lại sau hoặc liên hệ với quản trị viên của bạn nếu đây là lỗi.", "Documentation" : "Tài liệu", "Forum" : "Diễn đàn", "Login" : "Đăng nhập", diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index 373ce5f5b8d..df7734c58d7 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -211,6 +211,7 @@ "User backend" : "Trang cài đặt người dùng", "Storage location" : "Khu vực lưu trữ", "Last login" : "Lần đăng nhập cuối", + "Password or insufficient permissions message" : "Mật khẩu hoặc thông báo không đủ quyền", "You do not have permissions to see the details of this user" : "Bạn không có quyền xem chi tiết của người dùng này", "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", "Select user quota" : "Chọn hạn ngạch người dùng", @@ -255,6 +256,7 @@ "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ứng dụng này không được đánh dấu là tương thích với phiên bản Nextcloud của bạn. Nếu bạn tiếp tục, bạn vẫn có thể cài đặt ứng dụng. Lưu ý rằng ứng dụng có thể không hoạt động như mong đợi.", "Never" : "Không bao giờ", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Ứng dụng đã được kích hoạt nhưng cần được cập nhật. Bạn sẽ được chuyển hướng đến trang cập nhật sau 5 giây.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Có quá nhiều yêu cầu từ mạng của bạn. Thử lại sau hoặc liên hệ với quản trị viên của bạn nếu đây là lỗi.", "Documentation" : "Tài liệu", "Forum" : "Diễn đàn", "Login" : "Đăng nhập", |