[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-09-04 02:24:18 +00:00
parent 532c7545bd
commit eca05ff456
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
20 changed files with 106 additions and 2 deletions

View File

@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Private" : "Privat",
"Only visible to people matched via phone number integration through Talk on mobile" : "Només visible per a les persones que coincideixen mitjançant la integració del número de telèfon a través de Talk al mòbil",
"Local" : "Local",
"Only visible to people on this instance and guests" : "Només visible per a les persones d'aquesta instància i convidats",
"Federated" : "Federat",
@ -229,16 +230,24 @@ OC.L10N.register(
"Copy" : "Copia",
"Could not copy app password. Please copy it manually." : "No sha pogut copiar la contrasenya de laplicació. Copieu-la manualment.",
"For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Perquè el servidor funcioni correctament, és important configurar els treballs en segon pla correctament. Cron és el paràmetre recomanat. Per a més informació, vegeu la documentació.",
"Last job execution ran {time}. Something seems wrong." : "L'última execució de la tasca s'ha executat a les {time}. Sembla que hi ha algun problema.",
"Background job did not run yet!" : "La tasca en segon pla encara no s'ha executat",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.",
"Webcron" : "Webcron",
"Cron (Recommended)" : "Cron (recomanat)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Per executar això es necessita l'extensió POSIX de PHP. Per més detalls, vegeu {linkstart}documentació de PHP{linkend}.",
"Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Utilitzeu el servei cron del sistema per a cridar el fitxer cron.php cada 5 minuts. Recomanat per a totes les instàncies.",
"The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php l'ha d'executar l'usuari del sistema \"{user}\".",
"Unable to update background job mode" : "No s'ha pogut actualitzar el mode de tasca en segon pla",
"Profile" : "Perfil",
"Enable or disable profile by default for new users." : "Habiliteu o deshabiliteu el perfil per defecte per als usuaris nous.",
"Enable" : "Activa",
"Unable to update profile default setting" : "No s'ha pogut actualitzar la configuració predeterminada del perfil",
"Server-side encryption" : "Encriptació en el servidor",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "L'encriptació en el servidor permet xifrar els fitxers que s'hi carreguen. Això afecta al rendiment, així que activeu-ho només si és necessari.",
"Enable server-side encryption" : "Activa l'encriptació en el servidor",
"Please read carefully before activating server-side encryption:" : "Llegiu atentament abans d'activar el xifratge del servidor:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Un cop sactivi l'encriptació, tots els fitxers carregats al servidor des d'aquest punt cap endavant quedaran encriptats al servidor. Només serà possible desactivar l'encriptació posteriorment si el mòdul criptogràfic actiu té aquesta funció, i es compleixen totes les pre-condicions (p. ex. definir una clau de recuperació).",
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "L'encriptació per si mateixa no garanteix la seguretat del sistema. Consulteu la documentació per a més informació sobre com funciona l'aplicació d'encriptació i els casos d'ús suportats.",
"Be aware that encryption always increases the file size." : "Tingueu en compte que l'encriptació sempre augmenta la mida del fitxer.",
@ -246,6 +255,7 @@ OC.L10N.register(
"This is the final warning: Do you really want to enable encryption?" : "Avís final: Realment voleu activar l'encriptació?",
"No encryption module loaded, please enable an encryption module in the app menu." : "No s'ha carregat cap mòdul d'encriptació, si us plau activeu un mòdul d'encriptació al menú d'aplicacions.",
"Select default encryption module:" : "Seleccioneu el mòdul criptogràfic per defecte:",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Heu de migrar les claus de xifratge del xifratge anterior (ownCloud .= 8.0) al nou. Habiliteu el \"Mòdul de xifratge peredeterminat\" i executeu {command}",
"Remove group" : "Suprimeix el grup",
"You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.",
"Please confirm the group removal " : "Confirmeu la supressió del grup ",

View File

@ -1,5 +1,6 @@
{ "translations": {
"Private" : "Privat",
"Only visible to people matched via phone number integration through Talk on mobile" : "Només visible per a les persones que coincideixen mitjançant la integració del número de telèfon a través de Talk al mòbil",
"Local" : "Local",
"Only visible to people on this instance and guests" : "Només visible per a les persones d'aquesta instància i convidats",
"Federated" : "Federat",
@ -227,16 +228,24 @@
"Copy" : "Copia",
"Could not copy app password. Please copy it manually." : "No sha pogut copiar la contrasenya de laplicació. Copieu-la manualment.",
"For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Perquè el servidor funcioni correctament, és important configurar els treballs en segon pla correctament. Cron és el paràmetre recomanat. Per a més informació, vegeu la documentació.",
"Last job execution ran {time}. Something seems wrong." : "L'última execució de la tasca s'ha executat a les {time}. Sembla que hi ha algun problema.",
"Background job did not run yet!" : "La tasca en segon pla encara no s'ha executat",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.",
"Webcron" : "Webcron",
"Cron (Recommended)" : "Cron (recomanat)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Per executar això es necessita l'extensió POSIX de PHP. Per més detalls, vegeu {linkstart}documentació de PHP{linkend}.",
"Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Utilitzeu el servei cron del sistema per a cridar el fitxer cron.php cada 5 minuts. Recomanat per a totes les instàncies.",
"The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php l'ha d'executar l'usuari del sistema \"{user}\".",
"Unable to update background job mode" : "No s'ha pogut actualitzar el mode de tasca en segon pla",
"Profile" : "Perfil",
"Enable or disable profile by default for new users." : "Habiliteu o deshabiliteu el perfil per defecte per als usuaris nous.",
"Enable" : "Activa",
"Unable to update profile default setting" : "No s'ha pogut actualitzar la configuració predeterminada del perfil",
"Server-side encryption" : "Encriptació en el servidor",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "L'encriptació en el servidor permet xifrar els fitxers que s'hi carreguen. Això afecta al rendiment, així que activeu-ho només si és necessari.",
"Enable server-side encryption" : "Activa l'encriptació en el servidor",
"Please read carefully before activating server-side encryption:" : "Llegiu atentament abans d'activar el xifratge del servidor:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Un cop sactivi l'encriptació, tots els fitxers carregats al servidor des d'aquest punt cap endavant quedaran encriptats al servidor. Només serà possible desactivar l'encriptació posteriorment si el mòdul criptogràfic actiu té aquesta funció, i es compleixen totes les pre-condicions (p. ex. definir una clau de recuperació).",
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "L'encriptació per si mateixa no garanteix la seguretat del sistema. Consulteu la documentació per a més informació sobre com funciona l'aplicació d'encriptació i els casos d'ús suportats.",
"Be aware that encryption always increases the file size." : "Tingueu en compte que l'encriptació sempre augmenta la mida del fitxer.",
@ -244,6 +253,7 @@
"This is the final warning: Do you really want to enable encryption?" : "Avís final: Realment voleu activar l'encriptació?",
"No encryption module loaded, please enable an encryption module in the app menu." : "No s'ha carregat cap mòdul d'encriptació, si us plau activeu un mòdul d'encriptació al menú d'aplicacions.",
"Select default encryption module:" : "Seleccioneu el mòdul criptogràfic per defecte:",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Heu de migrar les claus de xifratge del xifratge anterior (ownCloud .= 8.0) al nou. Habiliteu el \"Mòdul de xifratge peredeterminat\" i executeu {command}",
"Remove group" : "Suprimeix el grup",
"You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.",
"Please confirm the group removal " : "Confirmeu la supressió del grup ",

View File

@ -266,9 +266,21 @@ OC.L10N.register(
"Current password" : "Stávající heslo",
"New password" : "Nové heslo",
"Change password" : "Změnit heslo",
"Your profile picture" : "Váš profilový obrázek",
"Upload profile picture" : "Nahrát profilový obrázek",
"Choose profile picture from files" : "Zvolit profilový obrázek ze souborů",
"Remove profile picture" : "Odebrat profilový obrázek",
"png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB",
"Picture provided by original account" : "Obrázek poskytovaný původním účtem",
"Cancel" : "Storno",
"Set as profile picture" : "Nastavit jako profilový obrázek",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude váš profilový obrázek aktualizován všude.",
"Choose your profile picture" : "Vyberte si svůj profilový obrázek",
"Please select a valid png or jpg file" : "Vyberte platný png nebo jpg soubor",
"Error setting profile picture" : "Chyba při nastavování profilového obrázku",
"Error cropping profile picture" : "Chyba při ořezávání profilového obrázku",
"Error saving profile picture" : "Chyba při ukládání profilového obrázku",
"Error removing profile picture" : "Chyba při odebírání profilového obrázku",
"Your biography" : "Váš životopis",
"Your full name" : "Vaše celé jméno",
"Email options" : "Předvolby e-mailu",

View File

@ -264,9 +264,21 @@
"Current password" : "Stávající heslo",
"New password" : "Nové heslo",
"Change password" : "Změnit heslo",
"Your profile picture" : "Váš profilový obrázek",
"Upload profile picture" : "Nahrát profilový obrázek",
"Choose profile picture from files" : "Zvolit profilový obrázek ze souborů",
"Remove profile picture" : "Odebrat profilový obrázek",
"png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB",
"Picture provided by original account" : "Obrázek poskytovaný původním účtem",
"Cancel" : "Storno",
"Set as profile picture" : "Nastavit jako profilový obrázek",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude váš profilový obrázek aktualizován všude.",
"Choose your profile picture" : "Vyberte si svůj profilový obrázek",
"Please select a valid png or jpg file" : "Vyberte platný png nebo jpg soubor",
"Error setting profile picture" : "Chyba při nastavování profilového obrázku",
"Error cropping profile picture" : "Chyba při ořezávání profilového obrázku",
"Error saving profile picture" : "Chyba při ukládání profilového obrázku",
"Error removing profile picture" : "Chyba při odebírání profilového obrázku",
"Your biography" : "Váš životopis",
"Your full name" : "Vaše celé jméno",
"Email options" : "Předvolby e-mailu",

View File

@ -266,9 +266,21 @@ OC.L10N.register(
"Current password" : "Geçerli parola",
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
"Your profile picture" : "Profil görseliniz",
"Upload profile picture" : "Profil görseli yükle",
"Choose profile picture from files" : "Profil görselini dosyalardan seçin",
"Remove profile picture" : "Profil görselini kaldır",
"png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB",
"Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor",
"Cancel" : "İptal",
"Set as profile picture" : "Profil görseli olarak ayarla",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Lütfen profil görselinizin her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.",
"Choose your profile picture" : "Profil görselinizi seçin",
"Please select a valid png or jpg file" : "Lütfen geçerli bir png ya da jpg dosyası seçin",
"Error setting profile picture" : "Profil görseli ayarlanırken sorun çıktı",
"Error cropping profile picture" : "Profil görseli kırpılırken sorun çıktı",
"Error saving profile picture" : "Profil görseli kaydediliirken sorun çıktı",
"Error removing profile picture" : "Profil görseli kaldırılırken sorun çıktı",
"Your biography" : "Özgeçmişiniz",
"Your full name" : "Tam adınız",
"Email options" : "E-posta seçenekleri",

View File

@ -264,9 +264,21 @@
"Current password" : "Geçerli parola",
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
"Your profile picture" : "Profil görseliniz",
"Upload profile picture" : "Profil görseli yükle",
"Choose profile picture from files" : "Profil görselini dosyalardan seçin",
"Remove profile picture" : "Profil görselini kaldır",
"png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB",
"Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor",
"Cancel" : "İptal",
"Set as profile picture" : "Profil görseli olarak ayarla",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Lütfen profil görselinizin her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.",
"Choose your profile picture" : "Profil görselinizi seçin",
"Please select a valid png or jpg file" : "Lütfen geçerli bir png ya da jpg dosyası seçin",
"Error setting profile picture" : "Profil görseli ayarlanırken sorun çıktı",
"Error cropping profile picture" : "Profil görseli kırpılırken sorun çıktı",
"Error saving profile picture" : "Profil görseli kaydediliirken sorun çıktı",
"Error removing profile picture" : "Profil görseli kaldırılırken sorun çıktı",
"Your biography" : "Özgeçmişiniz",
"Your full name" : "Tam adınız",
"Email options" : "E-posta seçenekleri",

View File

@ -266,9 +266,21 @@ OC.L10N.register(
"Current password" : "目前密碼",
"New password" : "新密碼",
"Change password" : "更改密碼",
"Your profile picture" : "您的個人資料圖片",
"Upload profile picture" : "上傳個人資料圖片",
"Choose profile picture from files" : "從檔案選擇個人資料圖片",
"Remove profile picture" : "移除個人資料圖片",
"png or jpg, max. 20 MB" : "png 或 jpg最大 20 MB",
"Picture provided by original account" : "原始賬戶提供的圖片",
"Cancel" : "取消",
"Set as profile picture" : "設定為個人資料圖片",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "請注意您的個人資料圖片最長可能需要24小時才能在所有地方更新。",
"Choose your profile picture" : "選擇您的個人資料圖片",
"Please select a valid png or jpg file" : "請選擇有效的 png 或 jpg 檔案",
"Error setting profile picture" : "設定個人資料圖片時出錯",
"Error cropping profile picture" : "裁剪個人資料圖片時出錯",
"Error saving profile picture" : "儲存個人資料圖片時出錯",
"Error removing profile picture" : "移除個人資料圖片時出錯",
"Your biography" : "個人小傳",
"Your full name" : "您的全名",
"Email options" : "電子郵件通知選項",

View File

@ -264,9 +264,21 @@
"Current password" : "目前密碼",
"New password" : "新密碼",
"Change password" : "更改密碼",
"Your profile picture" : "您的個人資料圖片",
"Upload profile picture" : "上傳個人資料圖片",
"Choose profile picture from files" : "從檔案選擇個人資料圖片",
"Remove profile picture" : "移除個人資料圖片",
"png or jpg, max. 20 MB" : "png 或 jpg最大 20 MB",
"Picture provided by original account" : "原始賬戶提供的圖片",
"Cancel" : "取消",
"Set as profile picture" : "設定為個人資料圖片",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "請注意您的個人資料圖片最長可能需要24小時才能在所有地方更新。",
"Choose your profile picture" : "選擇您的個人資料圖片",
"Please select a valid png or jpg file" : "請選擇有效的 png 或 jpg 檔案",
"Error setting profile picture" : "設定個人資料圖片時出錯",
"Error cropping profile picture" : "裁剪個人資料圖片時出錯",
"Error saving profile picture" : "儲存個人資料圖片時出錯",
"Error removing profile picture" : "移除個人資料圖片時出錯",
"Your biography" : "個人小傳",
"Your full name" : "您的全名",
"Email options" : "電子郵件通知選項",

View File

@ -191,6 +191,7 @@ OC.L10N.register(
"You have not added any info yet" : "Zatím jste nezadali žádné informace",
"{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace",
"Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky",
"Search starts once you start typing" : "Hledání začne jakmile začnete psát",
"Reset search" : "Resetovat hledání",
"Start search" : "Zahájit vyhledávání",
"Search for {name} only" : "Hledat pouze {name}",

View File

@ -189,6 +189,7 @@
"You have not added any info yet" : "Zatím jste nezadali žádné informace",
"{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace",
"Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky",
"Search starts once you start typing" : "Hledání začne jakmile začnete psát",
"Reset search" : "Resetovat hledání",
"Start search" : "Zahájit vyhledávání",
"Search for {name} only" : "Hledat pouze {name}",

View File

@ -191,6 +191,7 @@ OC.L10N.register(
"You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz",
"{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş",
"Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ",
"Search starts once you start typing" : "Yazmaya başladığınızda arama yapılır",
"Reset search" : "Aramayı sıfırla",
"Start search" : "Aramayı başlat",
"Search for {name} only" : "Yalnızca {name} için aransın",

View File

@ -189,6 +189,7 @@
"You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz",
"{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş",
"Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ",
"Search starts once you start typing" : "Yazmaya başladığınızda arama yapılır",
"Reset search" : "Aramayı sıfırla",
"Start search" : "Aramayı başlat",
"Search for {name} only" : "Yalnızca {name} için aransın",

View File

@ -191,6 +191,7 @@ OC.L10N.register(
"You have not added any info yet" : "您尚未新增任何資訊",
"{user} has not added any info yet" : "{user} 尚未新增任何資訊",
"Error opening the user status modal, try hard refreshing the page" : "打開用戶狀態模式時出錯,請嘗試刷新頁面",
"Search starts once you start typing" : "開始輸入後開始搜尋",
"Reset search" : "重置搜尋",
"Start search" : "開始搜尋",
"Search for {name} only" : "只搜尋 {name}",

View File

@ -189,6 +189,7 @@
"You have not added any info yet" : "您尚未新增任何資訊",
"{user} has not added any info yet" : "{user} 尚未新增任何資訊",
"Error opening the user status modal, try hard refreshing the page" : "打開用戶狀態模式時出錯,請嘗試刷新頁面",
"Search starts once you start typing" : "開始輸入後開始搜尋",
"Reset search" : "重置搜尋",
"Start search" : "開始搜尋",
"Search for {name} only" : "只搜尋 {name}",

View File

@ -92,6 +92,7 @@ OC.L10N.register(
"Help" : "Nápověda",
"Apps" : "Aplikace",
"Personal settings" : "Osobní nastavení",
"Administration settings" : "Nastavení pro správu",
"Settings" : "Nastavení",
"Log out" : "Odhlásit se",
"Users" : "Uživatelé",

View File

@ -90,6 +90,7 @@
"Help" : "Nápověda",
"Apps" : "Aplikace",
"Personal settings" : "Osobní nastavení",
"Administration settings" : "Nastavení pro správu",
"Settings" : "Nastavení",
"Log out" : "Odhlásit se",
"Users" : "Uživatelé",

View File

@ -92,6 +92,7 @@ OC.L10N.register(
"Help" : "Yardım",
"Apps" : "Uygulamalar",
"Personal settings" : "Kişisel ayarlar",
"Administration settings" : "Yönetim ayarları",
"Settings" : "Ayarlar",
"Log out" : "Oturumu kapat",
"Users" : "Kullanıcılar",

View File

@ -90,6 +90,7 @@
"Help" : "Yardım",
"Apps" : "Uygulamalar",
"Personal settings" : "Kişisel ayarlar",
"Administration settings" : "Yönetim ayarları",
"Settings" : "Ayarlar",
"Log out" : "Oturumu kapat",
"Users" : "Kullanıcılar",

View File

@ -92,6 +92,7 @@ OC.L10N.register(
"Help" : "說明",
"Apps" : "應用程式",
"Personal settings" : "個人設定",
"Administration settings" : "管理設定",
"Settings" : "設定",
"Log out" : "登出",
"Users" : "用戶",
@ -104,7 +105,7 @@ OC.L10N.register(
"Website" : "網站",
"Visit %s" : "探訪 %s",
"Address" : "地址",
"Profile picture" : "個人檔案圖片",
"Profile picture" : "個人資料圖片",
"About" : "關於",
"Full name" : "全名",
"Headline" : "標題",

View File

@ -90,6 +90,7 @@
"Help" : "說明",
"Apps" : "應用程式",
"Personal settings" : "個人設定",
"Administration settings" : "管理設定",
"Settings" : "設定",
"Log out" : "登出",
"Users" : "用戶",
@ -102,7 +103,7 @@
"Website" : "網站",
"Visit %s" : "探訪 %s",
"Address" : "地址",
"Profile picture" : "個人檔案圖片",
"Profile picture" : "個人資料圖片",
"About" : "關於",
"Full name" : "全名",
"Headline" : "標題",