diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/de.js | 3 | ||||
-rw-r--r-- | core/l10n/de.json | 3 | ||||
-rw-r--r-- | core/l10n/es.js | 3 | ||||
-rw-r--r-- | core/l10n/es.json | 3 | ||||
-rw-r--r-- | core/l10n/hu.js | 8 | ||||
-rw-r--r-- | core/l10n/hu.json | 8 | ||||
-rw-r--r-- | core/l10n/oc.js | 2 | ||||
-rw-r--r-- | core/l10n/oc.json | 2 | ||||
-rw-r--r-- | core/l10n/pt_BR.js | 7 | ||||
-rw-r--r-- | core/l10n/pt_BR.json | 7 | ||||
-rw-r--r-- | core/l10n/sr.js | 3 | ||||
-rw-r--r-- | core/l10n/sr.json | 3 | ||||
-rw-r--r-- | core/l10n/zh_TW.js | 3 | ||||
-rw-r--r-- | core/l10n/zh_TW.json | 3 |
14 files changed, 44 insertions, 14 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js index 8238bf4eed3..df82c90613b 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -426,6 +426,7 @@ OC.L10N.register( "Contacts" : "Kontakte", "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index 94ec4b3c549..1e0ef5c1bdf 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -424,6 +424,7 @@ "Contacts" : "Kontakte", "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index 07add78ec5c..a8955f9ec41 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -426,6 +426,7 @@ OC.L10N.register( "Contacts" : "Contactos", "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Configurar autenticación de dos factores", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Por favor, utilice el actualizador de línea de comandos ya que la actualización vía navegador se encuentra deshabilitado en su config.php" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es.json b/core/l10n/es.json index fc0199c44f0..ca75503ce63 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -424,6 +424,7 @@ "Contacts" : "Contactos", "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Configurar autenticación de dos factores", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Por favor, utilice el actualizador de línea de comandos ya que la actualización vía navegador se encuentra deshabilitado en su config.php" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/hu.js b/core/l10n/hu.js index e3ba1911eca..bf25bd36565 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -51,6 +51,7 @@ OC.L10N.register( "Repair info:" : "Javítási információ:", "Repair warning:" : "Javítási figyelmeztetés:", "Repair error:" : "Javítási hiba:", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a frissítés ki van kapcsolva a config.php fájlban.", "Turned on maintenance mode" : "Karbantartási mód bekapcsolva", "Turned off maintenance mode" : "Karbantartási mód kikapcsolva", "Maintenance mode is kept active" : "Karbantartási mód aktiválva maradt", @@ -183,6 +184,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Egyszerű e-mail alkalmazás, amely szépen integrálódik a Fájlok, Névjegyek és Naptár alkalmazásba.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Csevegés, videóhívások, képernyőmegosztás, online megbeszélések és webes konferencia – a böngészőjében és mobilalkalmazásokkal.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Közösen szerkeszthető dokumentumok, táblázatok és bemutatók, a Collabora Online-ra építve.", + "Distraction free note taking app." : "Figyelemelterelés nélküli jegyzetelési alkalmazás.", "Search contacts" : "Névjegyek keresése", "Forgot password?" : "Elfelejtett jelszó?", "Log in with a device" : "Bejelentkezés eszközzel", @@ -214,6 +216,7 @@ OC.L10N.register( "Settings menu" : "Beállítások menü", "Search {types} …" : "{types} keresése…", "Settings" : "Beállítások", + "Avatar of {fullName}" : "{fullName} profilképe", "Could not load your contacts" : "Nem lehet betölteni a névjegyeit", "Search contacts …" : "Névjegyek keresése…", "No contacts found" : "Nem találhatók névjegyek", @@ -284,6 +287,7 @@ OC.L10N.register( "Strong password" : "Erős jelszó", "No action available" : "Nincs elérhető művelet", "Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor", + "Close \"{dialogTitle}\" dialog" : "A(z) „{dialogTitle}” párbeszédablak bezárása", "Non-existing tag #{tag}" : "Nem létező címke #{tag}", "Restricted" : "Korlátozott", "Invisible" : "Láthatatlan", @@ -352,6 +356,7 @@ OC.L10N.register( "Skip to main content" : "Ugrás a fő tartalomhoz", "Skip to navigation of app" : "Ugrás az alkalmazás navigációjához", "Get your own free account" : "Szerezzen saját ingyenes fiókot", + "%s homepage" : "%s honlapja", "Confirm your password" : "Erősítse meg a jelszavát:", "Connect to your account" : "Kapcsolódás a fiókjához", "Please log in before granting %1$s access to your %2$s account." : "Lépjen be mielőtthozzáférést biztosít a(z) %1$s kliensnek a(z) %2$s fiókjához.", @@ -421,6 +426,7 @@ OC.L10N.register( "Contacts" : "Névjegyek", "Contacts menu" : "Névjegyek menü", "Setup two-factor authentication" : "Kétfaktoros hitelesítés beállítása", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a böngészőbeli frissítés ki van kapcsolva a config.php fájlban." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hu.json b/core/l10n/hu.json index 8b9b53917c8..c2a3a3b5a67 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -49,6 +49,7 @@ "Repair info:" : "Javítási információ:", "Repair warning:" : "Javítási figyelmeztetés:", "Repair error:" : "Javítási hiba:", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a frissítés ki van kapcsolva a config.php fájlban.", "Turned on maintenance mode" : "Karbantartási mód bekapcsolva", "Turned off maintenance mode" : "Karbantartási mód kikapcsolva", "Maintenance mode is kept active" : "Karbantartási mód aktiválva maradt", @@ -181,6 +182,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Egyszerű e-mail alkalmazás, amely szépen integrálódik a Fájlok, Névjegyek és Naptár alkalmazásba.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Csevegés, videóhívások, képernyőmegosztás, online megbeszélések és webes konferencia – a böngészőjében és mobilalkalmazásokkal.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Közösen szerkeszthető dokumentumok, táblázatok és bemutatók, a Collabora Online-ra építve.", + "Distraction free note taking app." : "Figyelemelterelés nélküli jegyzetelési alkalmazás.", "Search contacts" : "Névjegyek keresése", "Forgot password?" : "Elfelejtett jelszó?", "Log in with a device" : "Bejelentkezés eszközzel", @@ -212,6 +214,7 @@ "Settings menu" : "Beállítások menü", "Search {types} …" : "{types} keresése…", "Settings" : "Beállítások", + "Avatar of {fullName}" : "{fullName} profilképe", "Could not load your contacts" : "Nem lehet betölteni a névjegyeit", "Search contacts …" : "Névjegyek keresése…", "No contacts found" : "Nem találhatók névjegyek", @@ -282,6 +285,7 @@ "Strong password" : "Erős jelszó", "No action available" : "Nincs elérhető művelet", "Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor", + "Close \"{dialogTitle}\" dialog" : "A(z) „{dialogTitle}” párbeszédablak bezárása", "Non-existing tag #{tag}" : "Nem létező címke #{tag}", "Restricted" : "Korlátozott", "Invisible" : "Láthatatlan", @@ -350,6 +354,7 @@ "Skip to main content" : "Ugrás a fő tartalomhoz", "Skip to navigation of app" : "Ugrás az alkalmazás navigációjához", "Get your own free account" : "Szerezzen saját ingyenes fiókot", + "%s homepage" : "%s honlapja", "Confirm your password" : "Erősítse meg a jelszavát:", "Connect to your account" : "Kapcsolódás a fiókjához", "Please log in before granting %1$s access to your %2$s account." : "Lépjen be mielőtthozzáférést biztosít a(z) %1$s kliensnek a(z) %2$s fiókjához.", @@ -419,6 +424,7 @@ "Contacts" : "Névjegyek", "Contacts menu" : "Névjegyek menü", "Setup two-factor authentication" : "Kétfaktoros hitelesítés beállítása", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a böngészőbeli frissítés ki van kapcsolva a config.php fájlban." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/oc.js b/core/l10n/oc.js index b127531136d..96492d0ee05 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -38,7 +38,7 @@ OC.L10N.register( "Nextcloud Server" : "Servidor Nextcloud", "Some of your link shares have been removed" : "D’unes de vòstres ligams de partiment foguèron tirats", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa d’una avaria de seguretat nos calguèt tirar certans de vòstres ligams de partiment. Vejatz lo ligam per mai d’informacions.", - "The user limit of this instance is reached." : "La limita d’utilizaires d’aquesta instància es atenguda.", + "The user limit of this instance is reached." : "Lo limit d’utilizaires d’aquesta instància es atengut.", "Preparing update" : "Preparacion de la mesa a jorn", "[%d / %d]: %s" : "[%d / %d] : %s", "Repair step:" : "Etapa de reparacion :", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index c42e6cbdf98..d40388fc0b4 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -36,7 +36,7 @@ "Nextcloud Server" : "Servidor Nextcloud", "Some of your link shares have been removed" : "D’unes de vòstres ligams de partiment foguèron tirats", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa d’una avaria de seguretat nos calguèt tirar certans de vòstres ligams de partiment. Vejatz lo ligam per mai d’informacions.", - "The user limit of this instance is reached." : "La limita d’utilizaires d’aquesta instància es atenguda.", + "The user limit of this instance is reached." : "Lo limit d’utilizaires d’aquesta instància es atengut.", "Preparing update" : "Preparacion de la mesa a jorn", "[%d / %d]: %s" : "[%d / %d] : %s", "Repair step:" : "Etapa de reparacion :", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 998cc9eddbe..16c1c2542a5 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -51,6 +51,7 @@ OC.L10N.register( "Repair info:" : "Informação do reparo:", "Repair warning:" : "Aviso do reparo:", "Repair error:" : "Erro do reparo:", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "Please use the command line updater because updating via the browser is disabled in your config.php.", "Turned on maintenance mode" : "Ativar o modo de manutenção", "Turned off maintenance mode" : "Desativar o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo", @@ -183,6 +184,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicativo de e-mail simples e bem integrado com Arquivos, Contatos e Calendário.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Bate-papo, vídeo chamadas, compartilhamento de tela, reuniões online e conferência na web - no seu navegador e com aplicativos móveis.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos colaborativos, planilhas e apresentações, construídos no Collabora Online.", + "Distraction free note taking app." : "Distraction free note taking app.", "Search contacts" : "Pesquisar contatos", "Forgot password?" : "Esqueceu a senha?", "Log in with a device" : "Logar-se com um dispositivo", @@ -214,6 +216,7 @@ OC.L10N.register( "Settings menu" : "Menu de configurações", "Search {types} …" : "Pesquisar {types}…", "Settings" : "Configurações", + "Avatar of {fullName}" : "Avatar of {fullName}", "Could not load your contacts" : "Não foi possível carregar seus contatos", "Search contacts …" : "Procurar contatos...", "No contacts found" : "Nenhum contato encontrado", @@ -284,6 +287,7 @@ OC.L10N.register( "Strong password" : "Senha forte", "No action available" : "Nenhuma ação disponível", "Error fetching contact actions" : "Erro ao obter as ações de contato", + "Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialog", "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}", "Restricted" : "Restrita", "Invisible" : "Invisível", @@ -422,6 +426,7 @@ OC.L10N.register( "Contacts" : "Contatos", "Contacts menu" : "Menu de contatos", "Setup two-factor authentication" : "Configurar autenticação de dois fatores", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 855df0b5c9b..4952e4c957c 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -49,6 +49,7 @@ "Repair info:" : "Informação do reparo:", "Repair warning:" : "Aviso do reparo:", "Repair error:" : "Erro do reparo:", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "Please use the command line updater because updating via the browser is disabled in your config.php.", "Turned on maintenance mode" : "Ativar o modo de manutenção", "Turned off maintenance mode" : "Desativar o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo", @@ -181,6 +182,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicativo de e-mail simples e bem integrado com Arquivos, Contatos e Calendário.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Bate-papo, vídeo chamadas, compartilhamento de tela, reuniões online e conferência na web - no seu navegador e com aplicativos móveis.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos colaborativos, planilhas e apresentações, construídos no Collabora Online.", + "Distraction free note taking app." : "Distraction free note taking app.", "Search contacts" : "Pesquisar contatos", "Forgot password?" : "Esqueceu a senha?", "Log in with a device" : "Logar-se com um dispositivo", @@ -212,6 +214,7 @@ "Settings menu" : "Menu de configurações", "Search {types} …" : "Pesquisar {types}…", "Settings" : "Configurações", + "Avatar of {fullName}" : "Avatar of {fullName}", "Could not load your contacts" : "Não foi possível carregar seus contatos", "Search contacts …" : "Procurar contatos...", "No contacts found" : "Nenhum contato encontrado", @@ -282,6 +285,7 @@ "Strong password" : "Senha forte", "No action available" : "Nenhuma ação disponível", "Error fetching contact actions" : "Erro ao obter as ações de contato", + "Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialog", "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}", "Restricted" : "Restrita", "Invisible" : "Invisível", @@ -420,6 +424,7 @@ "Contacts" : "Contatos", "Contacts menu" : "Menu de contatos", "Setup two-factor authentication" : "Configurar autenticação de dois fatores", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 9fd53c6d380..0a3aa9dd97f 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -426,6 +426,7 @@ OC.L10N.register( "Contacts" : "Контакти", "Contacts menu" : "Мени контаката", "Setup two-factor authentication" : "Подеси двофакторску проверу идентитета", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Молимо вас да користите алат за ажурирање из командне линије јер је ажурирање из прегледача искључено у вашем config.php." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 01e27301af4..b7811e22ad4 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -424,6 +424,7 @@ "Contacts" : "Контакти", "Contacts menu" : "Мени контаката", "Setup two-factor authentication" : "Подеси двофакторску проверу идентитета", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Молимо вас да користите алат за ажурирање из командне линије јер је ажурирање из прегледача искључено у вашем config.php." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 436b607b49b..ee63d20809b 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -426,6 +426,7 @@ OC.L10N.register( "Contacts" : "聯絡人", "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙因素驗證", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。", + "Please use the command line updater because updating via browser is disabled in your config.php." : "因為透過瀏覽器更新的功能已在您的 config.php 中停用,因此請使用命令列更新程式。" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 89a40781518..c79119fddea 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -424,6 +424,7 @@ "Contacts" : "聯絡人", "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙因素驗證", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。", + "Please use the command line updater because updating via browser is disabled in your config.php." : "因為透過瀏覽器更新的功能已在您的 config.php 中停用,因此請使用命令列更新程式。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |