mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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, main, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, guests_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 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, main, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, guests_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 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
9591ee2cba
commit
2c47ef43a9
24 changed files with 752 additions and 12 deletions
|
|
@ -6,7 +6,8 @@ OC.L10N.register(
|
|||
"Version" : "Versión",
|
||||
"Actions" : "Acciones",
|
||||
"Grid view" : "Vista de cuadrícula",
|
||||
"Daemon" : "Demonio",
|
||||
"Cancel" : "Cancel",
|
||||
"Type" : "Tipo",
|
||||
"Name" : "Nombre",
|
||||
"Display Name" : "Nombre a desplegar",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -15,7 +16,6 @@ OC.L10N.register(
|
|||
"Visit website" : "Visita el sitio web",
|
||||
"Admin documentation" : "Documentación del administrador",
|
||||
"Developer documentation" : "Documentación del desarrollador",
|
||||
"Details" : "Detalles",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
|
||||
"Categories" : "Categorías",
|
||||
"Resources" : "Recursos",
|
||||
|
|
@ -24,8 +24,9 @@ OC.L10N.register(
|
|||
"Limit to groups" : "Limitar a grupos",
|
||||
"Save" : "Guardar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Update to {version}" : "Actualizar a {version}",
|
||||
"Your apps" : "Tus aplicaciones",
|
||||
"Updates" : "Actualizaciones",
|
||||
"Disabled apps" : "Aplicaciones deshabilitadas",
|
||||
"App bundles" : "Paquetes de aplicación"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
@ -4,7 +4,8 @@
|
|||
"Version" : "Versión",
|
||||
"Actions" : "Acciones",
|
||||
"Grid view" : "Vista de cuadrícula",
|
||||
"Daemon" : "Demonio",
|
||||
"Cancel" : "Cancel",
|
||||
"Type" : "Tipo",
|
||||
"Name" : "Nombre",
|
||||
"Display Name" : "Nombre a desplegar",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -13,7 +14,6 @@
|
|||
"Visit website" : "Visita el sitio web",
|
||||
"Admin documentation" : "Documentación del administrador",
|
||||
"Developer documentation" : "Documentación del desarrollador",
|
||||
"Details" : "Detalles",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
|
||||
"Categories" : "Categorías",
|
||||
"Resources" : "Recursos",
|
||||
|
|
@ -22,8 +22,9 @@
|
|||
"Limit to groups" : "Limitar a grupos",
|
||||
"Save" : "Guardar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Update to {version}" : "Actualizar a {version}",
|
||||
"Your apps" : "Tus aplicaciones",
|
||||
"Updates" : "Actualizaciones",
|
||||
"Disabled apps" : "Aplicaciones deshabilitadas",
|
||||
"App bundles" : "Paquetes de aplicación"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
33
apps/appstore/l10n/es_HN.js
Normal file
33
apps/appstore/l10n/es_HN.js
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
OC.L10N.register(
|
||||
"appstore",
|
||||
{
|
||||
"Apps" : "Aplicaciones",
|
||||
"App name" : "Nombre de la aplicación",
|
||||
"Version" : "Versión",
|
||||
"Actions" : "Acciones",
|
||||
"Grid view" : "Vista de cuadrícula",
|
||||
"Cancel" : "Cancel",
|
||||
"Type" : "Tipo",
|
||||
"Name" : "Nombre",
|
||||
"Display Name" : "Nombre a desplegar",
|
||||
"Confirm" : "Confirmar",
|
||||
"Description" : "Descripción",
|
||||
"View in store" : "Ver en la tienda",
|
||||
"Visit website" : "Visita el sitio web",
|
||||
"Admin documentation" : "Documentación del administrador",
|
||||
"Developer documentation" : "Documentación del desarrollador",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
|
||||
"Categories" : "Categorías",
|
||||
"Resources" : "Recursos",
|
||||
"Changelog" : "Bitácora de cambios",
|
||||
"Featured" : "Destacado",
|
||||
"Limit to groups" : "Limitar a grupos",
|
||||
"Save" : "Guardar",
|
||||
"Loading" : "Cargando",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Update to {version}" : "Actualizar a {version}",
|
||||
"Your apps" : "Tus aplicaciones",
|
||||
"Disabled apps" : "Aplicaciones deshabilitadas",
|
||||
"App bundles" : "Paquetes de aplicación"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
31
apps/appstore/l10n/es_HN.json
Normal file
31
apps/appstore/l10n/es_HN.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ "translations": {
|
||||
"Apps" : "Aplicaciones",
|
||||
"App name" : "Nombre de la aplicación",
|
||||
"Version" : "Versión",
|
||||
"Actions" : "Acciones",
|
||||
"Grid view" : "Vista de cuadrícula",
|
||||
"Cancel" : "Cancel",
|
||||
"Type" : "Tipo",
|
||||
"Name" : "Nombre",
|
||||
"Display Name" : "Nombre a desplegar",
|
||||
"Confirm" : "Confirmar",
|
||||
"Description" : "Descripción",
|
||||
"View in store" : "Ver en la tienda",
|
||||
"Visit website" : "Visita el sitio web",
|
||||
"Admin documentation" : "Documentación del administrador",
|
||||
"Developer documentation" : "Documentación del desarrollador",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
|
||||
"Categories" : "Categorías",
|
||||
"Resources" : "Recursos",
|
||||
"Changelog" : "Bitácora de cambios",
|
||||
"Featured" : "Destacado",
|
||||
"Limit to groups" : "Limitar a grupos",
|
||||
"Save" : "Guardar",
|
||||
"Loading" : "Cargando",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Update to {version}" : "Actualizar a {version}",
|
||||
"Your apps" : "Tus aplicaciones",
|
||||
"Disabled apps" : "Aplicaciones deshabilitadas",
|
||||
"App bundles" : "Paquetes de aplicación"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
98
apps/appstore/l10n/et_EE.js
Normal file
98
apps/appstore/l10n/et_EE.js
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
OC.L10N.register(
|
||||
"appstore",
|
||||
{
|
||||
"App store" : "Rakendustepood",
|
||||
"Apps" : "Rakendused",
|
||||
"App name" : "Rakenduse nimi",
|
||||
"Version" : "Versioon",
|
||||
"Actions" : "Tegevused",
|
||||
"Show details" : "Näita üksikasju",
|
||||
"Grid view" : "Ruudustikvaade",
|
||||
"Cancel" : "Katkesta",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Kontoritarkvarapakettide vahetamine toimub Nextcloudi kõik-ühes (All-in-One) kasutajaliidesest.",
|
||||
"Please use the AIO interface to switch between office suites." : "Paluna kasuta kontoritarkvarapakettide vahetamiseks Nextcloudi kõik-ühes (All-in-One) kasutajaliidesest.",
|
||||
"Disable office suites" : "Lülita kontoritarkvarapaketid välja",
|
||||
"installed" : "paigaldatud",
|
||||
"Deploy Daemon" : "Kasutuselevõtmise taustateenus",
|
||||
"Type" : "Tüüp",
|
||||
"Name" : "Nimi",
|
||||
"Display Name" : "Kuvatav nimi",
|
||||
"GPUs support" : "Graafikaprotsessori tugi",
|
||||
"Advanced deploy options" : "Kasutuselevõtmise lisavalikud",
|
||||
"Edit ExApp deploy options before installation" : "Muuda ExApp konteineri seadistuse enne paigaldamist",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "ExApp'i konteineri seadistuse valikud. Neid saab määrata vaid paigalduse ajal",
|
||||
"Environment variables" : "Keskonnamuutujad",
|
||||
"ExApp container environment variables" : "ExApp konteineri keskonnamuutujad",
|
||||
"No environment variables defined" : "Ühtegi keskonnamuutujat pole defineeritud",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Enne ExAppi paigaldamist peab ta olema leitav kasutuselevõtmise taustateenuses",
|
||||
"Host path" : "Peremeeskausta asukoht",
|
||||
"Container path" : "Konteineri asukoht",
|
||||
"Read-only" : "Ainult lugemiseks",
|
||||
"Remove mount" : "Eemalda haakepunkt",
|
||||
"New mount" : "Uus haakepunkt",
|
||||
"Enter path to host folder" : "Sisesta peremeeskausta asukoht",
|
||||
"Enter path to container folder" : "Sisesta konteinerikausta asukoht",
|
||||
"Toggle read-only mode" : "Lülita „ainult lugemiseks“ režiim sisse/välja",
|
||||
"Confirm" : "Kinnita",
|
||||
"Cancel adding mount" : "Katkesta haakepunkti lisamine",
|
||||
"Add mount" : "Lisa haakepunkt",
|
||||
"ExApp container mounts" : "ExApp konteinerite haakepunktid",
|
||||
"Description" : "Kirjeldus",
|
||||
"View in store" : "Vaata poes",
|
||||
"Visit website" : "Külasta veebisaiti",
|
||||
"Usage documentation" : "Kasutusjuhend",
|
||||
"Admin documentation" : "Administraatori dokumentatsioon",
|
||||
"Developer documentation" : "Arendaja dokumentatsioon",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Seda rakendust ei saa paigaldada, sest järgmised sõltuvusel ei ole täidetud:",
|
||||
"Latest updated" : "Viimati uuendatud",
|
||||
"Author" : "Autor",
|
||||
"Categories" : "Kategooriad",
|
||||
"Resources" : "Ressursid",
|
||||
"Changelog" : "Muudatuste logi",
|
||||
"Supported" : "Toetatud",
|
||||
"Featured" : "Esile tõstetud",
|
||||
"This app is supported via your current Nextcloud subscription." : "See rakendus on toetatud sinu praeguses Nextcloudi tellimuses. ",
|
||||
"Community rating: {score}/5" : "Kogukonna hinnang: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "Vali {appName} rakenduse jaoks kasutuselevõtmise taustateenus",
|
||||
"Register a custom one or setup from available templates" : "Registreeri enda eelistus või vali olemasolevate mallide seast",
|
||||
"Manage Deploy daemons" : "Halda kasutuselevõtmise taustateenuseid",
|
||||
"Registered Deploy daemons list" : "Registreeritud kasutuselevõtmise taustateenuste loend",
|
||||
"Default" : "Vaikimisi",
|
||||
"Carousel" : "Karussell",
|
||||
"Previous slide" : "Eelmine slaid",
|
||||
"Next slide" : "Järgmine slaid",
|
||||
"Choose slide to display" : "Vali kuvatav slaid",
|
||||
"{index} of {total}" : "{index} / {total}",
|
||||
"Limit to groups" : "Luba gruppidele",
|
||||
"Save" : "Salvesta",
|
||||
"Search everywhere" : "Otsi kõikjalt",
|
||||
"Download and enable all" : "Laadi kõik alla ja võta kasutusele",
|
||||
"Could not load app discover section" : "Rakenduse tuvastamise jaotise laadimine ei õnnestunud",
|
||||
"Nothing to show" : "Pole midagi näidata",
|
||||
"Could not load section content from app store." : "Jaotise sisu laadimine rakendustepoest ei õnnestunud.",
|
||||
"Loading" : "Laadin",
|
||||
"Loading categories" : "Laadin kategooriaid",
|
||||
"Version {version}, {license}-licensed" : "Versioon {version}, avaldatud {license} litsentsi alusel",
|
||||
"Version {version}" : "Versioon {version}",
|
||||
"Disable" : "Lülita välja",
|
||||
"Enable" : "Võta kasutusele",
|
||||
"Rate the app" : "Hinda rakendust",
|
||||
"Remove" : "Eemalda",
|
||||
"Update to {version}" : "Uuendus versioonini {version}",
|
||||
"Discover" : "Avasta",
|
||||
"Your apps" : "Sinu rakendused",
|
||||
"Disabled apps" : "Keelatud rakendused",
|
||||
"App bundles" : "Rakenduste kogumikud",
|
||||
"Featured apps" : "Esiletõstetud rakendused",
|
||||
"Supported apps" : "Toetatud rakendused",
|
||||
"Open source" : "Avatud lähtekoodiga",
|
||||
"Good performance" : "Suurepärane jõudlus",
|
||||
"Best ODF compatibility" : "Parim ühilduvus ODF-failidega",
|
||||
"Best support for legacy files" : "Parim pärandfailide tugi",
|
||||
"Open core" : "Avatud lähtekoodiga tuum",
|
||||
"Best performance" : "Parim jõudlus",
|
||||
"Limited ODF compatibility" : "Piiratud ühilduvus ODF-failidega",
|
||||
"Best Microsoft compatibility" : "Parim ühilduvus Microsoftiga",
|
||||
"An error occurred during the request. Unable to proceed." : "Päringu ajal tekkis viga. Jätkamine pole võimalik."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
96
apps/appstore/l10n/et_EE.json
Normal file
96
apps/appstore/l10n/et_EE.json
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
{ "translations": {
|
||||
"App store" : "Rakendustepood",
|
||||
"Apps" : "Rakendused",
|
||||
"App name" : "Rakenduse nimi",
|
||||
"Version" : "Versioon",
|
||||
"Actions" : "Tegevused",
|
||||
"Show details" : "Näita üksikasju",
|
||||
"Grid view" : "Ruudustikvaade",
|
||||
"Cancel" : "Katkesta",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Kontoritarkvarapakettide vahetamine toimub Nextcloudi kõik-ühes (All-in-One) kasutajaliidesest.",
|
||||
"Please use the AIO interface to switch between office suites." : "Paluna kasuta kontoritarkvarapakettide vahetamiseks Nextcloudi kõik-ühes (All-in-One) kasutajaliidesest.",
|
||||
"Disable office suites" : "Lülita kontoritarkvarapaketid välja",
|
||||
"installed" : "paigaldatud",
|
||||
"Deploy Daemon" : "Kasutuselevõtmise taustateenus",
|
||||
"Type" : "Tüüp",
|
||||
"Name" : "Nimi",
|
||||
"Display Name" : "Kuvatav nimi",
|
||||
"GPUs support" : "Graafikaprotsessori tugi",
|
||||
"Advanced deploy options" : "Kasutuselevõtmise lisavalikud",
|
||||
"Edit ExApp deploy options before installation" : "Muuda ExApp konteineri seadistuse enne paigaldamist",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "ExApp'i konteineri seadistuse valikud. Neid saab määrata vaid paigalduse ajal",
|
||||
"Environment variables" : "Keskonnamuutujad",
|
||||
"ExApp container environment variables" : "ExApp konteineri keskonnamuutujad",
|
||||
"No environment variables defined" : "Ühtegi keskonnamuutujat pole defineeritud",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Enne ExAppi paigaldamist peab ta olema leitav kasutuselevõtmise taustateenuses",
|
||||
"Host path" : "Peremeeskausta asukoht",
|
||||
"Container path" : "Konteineri asukoht",
|
||||
"Read-only" : "Ainult lugemiseks",
|
||||
"Remove mount" : "Eemalda haakepunkt",
|
||||
"New mount" : "Uus haakepunkt",
|
||||
"Enter path to host folder" : "Sisesta peremeeskausta asukoht",
|
||||
"Enter path to container folder" : "Sisesta konteinerikausta asukoht",
|
||||
"Toggle read-only mode" : "Lülita „ainult lugemiseks“ režiim sisse/välja",
|
||||
"Confirm" : "Kinnita",
|
||||
"Cancel adding mount" : "Katkesta haakepunkti lisamine",
|
||||
"Add mount" : "Lisa haakepunkt",
|
||||
"ExApp container mounts" : "ExApp konteinerite haakepunktid",
|
||||
"Description" : "Kirjeldus",
|
||||
"View in store" : "Vaata poes",
|
||||
"Visit website" : "Külasta veebisaiti",
|
||||
"Usage documentation" : "Kasutusjuhend",
|
||||
"Admin documentation" : "Administraatori dokumentatsioon",
|
||||
"Developer documentation" : "Arendaja dokumentatsioon",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Seda rakendust ei saa paigaldada, sest järgmised sõltuvusel ei ole täidetud:",
|
||||
"Latest updated" : "Viimati uuendatud",
|
||||
"Author" : "Autor",
|
||||
"Categories" : "Kategooriad",
|
||||
"Resources" : "Ressursid",
|
||||
"Changelog" : "Muudatuste logi",
|
||||
"Supported" : "Toetatud",
|
||||
"Featured" : "Esile tõstetud",
|
||||
"This app is supported via your current Nextcloud subscription." : "See rakendus on toetatud sinu praeguses Nextcloudi tellimuses. ",
|
||||
"Community rating: {score}/5" : "Kogukonna hinnang: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "Vali {appName} rakenduse jaoks kasutuselevõtmise taustateenus",
|
||||
"Register a custom one or setup from available templates" : "Registreeri enda eelistus või vali olemasolevate mallide seast",
|
||||
"Manage Deploy daemons" : "Halda kasutuselevõtmise taustateenuseid",
|
||||
"Registered Deploy daemons list" : "Registreeritud kasutuselevõtmise taustateenuste loend",
|
||||
"Default" : "Vaikimisi",
|
||||
"Carousel" : "Karussell",
|
||||
"Previous slide" : "Eelmine slaid",
|
||||
"Next slide" : "Järgmine slaid",
|
||||
"Choose slide to display" : "Vali kuvatav slaid",
|
||||
"{index} of {total}" : "{index} / {total}",
|
||||
"Limit to groups" : "Luba gruppidele",
|
||||
"Save" : "Salvesta",
|
||||
"Search everywhere" : "Otsi kõikjalt",
|
||||
"Download and enable all" : "Laadi kõik alla ja võta kasutusele",
|
||||
"Could not load app discover section" : "Rakenduse tuvastamise jaotise laadimine ei õnnestunud",
|
||||
"Nothing to show" : "Pole midagi näidata",
|
||||
"Could not load section content from app store." : "Jaotise sisu laadimine rakendustepoest ei õnnestunud.",
|
||||
"Loading" : "Laadin",
|
||||
"Loading categories" : "Laadin kategooriaid",
|
||||
"Version {version}, {license}-licensed" : "Versioon {version}, avaldatud {license} litsentsi alusel",
|
||||
"Version {version}" : "Versioon {version}",
|
||||
"Disable" : "Lülita välja",
|
||||
"Enable" : "Võta kasutusele",
|
||||
"Rate the app" : "Hinda rakendust",
|
||||
"Remove" : "Eemalda",
|
||||
"Update to {version}" : "Uuendus versioonini {version}",
|
||||
"Discover" : "Avasta",
|
||||
"Your apps" : "Sinu rakendused",
|
||||
"Disabled apps" : "Keelatud rakendused",
|
||||
"App bundles" : "Rakenduste kogumikud",
|
||||
"Featured apps" : "Esiletõstetud rakendused",
|
||||
"Supported apps" : "Toetatud rakendused",
|
||||
"Open source" : "Avatud lähtekoodiga",
|
||||
"Good performance" : "Suurepärane jõudlus",
|
||||
"Best ODF compatibility" : "Parim ühilduvus ODF-failidega",
|
||||
"Best support for legacy files" : "Parim pärandfailide tugi",
|
||||
"Open core" : "Avatud lähtekoodiga tuum",
|
||||
"Best performance" : "Parim jõudlus",
|
||||
"Limited ODF compatibility" : "Piiratud ühilduvus ODF-failidega",
|
||||
"Best Microsoft compatibility" : "Parim ühilduvus Microsoftiga",
|
||||
"An error occurred during the request. Unable to proceed." : "Päringu ajal tekkis viga. Jätkamine pole võimalik."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
99
apps/appstore/l10n/ja.js
Normal file
99
apps/appstore/l10n/ja.js
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
OC.L10N.register(
|
||||
"appstore",
|
||||
{
|
||||
"App store" : "アプリストア",
|
||||
"Apps" : "アプリ",
|
||||
"App name" : "アプリ名",
|
||||
"Version" : "バージョン",
|
||||
"Actions" : "アクション",
|
||||
"Show details" : "詳細を見る",
|
||||
"Grid view" : "グリッド表示",
|
||||
"Cancel" : "キャンセル",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "オフィススイートの切り替えは、Nextcloudオールインワンインターフェースを通じて管理されます。",
|
||||
"Please use the AIO interface to switch between office suites." : "オフィススイートの切り替えにはAIOインターフェースをご利用ください。",
|
||||
"Disable office suites" : "オフィススイートを無効にする",
|
||||
"installed" : "インストール済み",
|
||||
"Deploy Daemon" : "デーモンのデプロイ",
|
||||
"Type" : "タイプ",
|
||||
"Name" : "名前",
|
||||
"Display Name" : "表示名",
|
||||
"GPUs support" : "GPUサポート",
|
||||
"Advanced deploy options" : "高度なデプロイオプション",
|
||||
"Edit ExApp deploy options before installation" : "インストール前にExAppの配置オプションを編集する",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "ExAppのデプロイオプションを設定。インストール時にのみ設定可能です",
|
||||
"Environment variables" : "環境変数",
|
||||
"ExApp container environment variables" : "ExAppコンテナ環境変数",
|
||||
"No environment variables defined" : "環境変数が定義されていません",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "ExAppをインストールする前に、Deployデーモンホスト上に存在する必要があります",
|
||||
"Host path" : "ホストパス",
|
||||
"Container path" : "コンテナパス",
|
||||
"Read-only" : "読み込み専用",
|
||||
"Remove mount" : "マウントを削除",
|
||||
"New mount" : "新しいマウント",
|
||||
"Enter path to host folder" : "ホストフォルダへのパスを入力してください",
|
||||
"Enter path to container folder" : "コンテナフォルダへのパスを入力してください",
|
||||
"Toggle read-only mode" : "読み取り専用モードの切り替え",
|
||||
"Confirm" : "確認",
|
||||
"Cancel adding mount" : "マウントの追加をキャンセル",
|
||||
"Add mount" : "マウントを追加",
|
||||
"ExApp container mounts" : "ExAppコンテナのマウント",
|
||||
"Description" : "説明",
|
||||
"View in store" : "ストア内で表示",
|
||||
"Visit website" : "ウェブサイトを表示",
|
||||
"Usage documentation" : "利用ドキュメント",
|
||||
"Admin documentation" : "管理者ドキュメント",
|
||||
"Developer documentation" : "開発者ドキュメント",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
|
||||
"Latest updated" : "最新の更新",
|
||||
"Author" : "作者",
|
||||
"Categories" : "カテゴリ",
|
||||
"Resources" : "リソース",
|
||||
"Changelog" : "変更履歴",
|
||||
"Supported" : "対応しています",
|
||||
"Featured" : "注目",
|
||||
"This app is supported via your current Nextcloud subscription." : "このアプリは、現行のNextcloudサブスクリプションでサポートされています。",
|
||||
"Community rating: {score}/5" : "コミュニティ評価: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "{appName}に対してデプロイデーモンを選択する",
|
||||
"Register a custom one or setup from available templates" : "カスタムのものを登録するか利用可能なテンプレートから設定する",
|
||||
"Manage Deploy daemons" : "デプロイデーモンを管理する",
|
||||
"Registered Deploy daemons list" : "登録済みデプロイデーモンリスト",
|
||||
"Default" : "デフォルト",
|
||||
"Carousel" : "カルーセル",
|
||||
"Previous slide" : "前のスライド",
|
||||
"Next slide" : "次のスライド",
|
||||
"Choose slide to display" : "表示するスライドを選択",
|
||||
"{index} of {total}" : "{total} のうち {index}",
|
||||
"Limit to groups" : "グループに制限する",
|
||||
"Save" : "保存",
|
||||
"Search everywhere" : "あらゆる場所を検索",
|
||||
"Download and enable all" : "すべてをダウンロードして有効にする",
|
||||
"Could not load app discover section" : "アプリ検出セクションをロードできませんでした",
|
||||
"Nothing to show" : "表示するものがありません",
|
||||
"Could not load section content from app store." : "アプリストアからセクションの内容を読み込めませんでした。",
|
||||
"Loading" : "読み込み中",
|
||||
"Loading categories" : "カテゴリーの読み込み中",
|
||||
"Version {version}, {license}-licensed" : "バージョン{version}, {license}ライセンス",
|
||||
"Version {version}" : "Version {version}",
|
||||
"Disable" : "無効",
|
||||
"Enable" : "有効にする",
|
||||
"Rate the app" : "アプリを評価する",
|
||||
"Remove" : "削除",
|
||||
"Update to {version}" : "{version} にアップデート",
|
||||
"Discover" : "発見",
|
||||
"Your apps" : "あなたのアプリ",
|
||||
"Disabled apps" : "無効なアプリ",
|
||||
"App bundles" : "アプリバンドル",
|
||||
"Featured apps" : "注目のアプリ",
|
||||
"Supported apps" : "対応しているアプリ",
|
||||
"Open source" : "オープンソース",
|
||||
"Good performance" : "良好なパフォーマンス",
|
||||
"Best security: documents never leave your server" : "最高のセキュリティ:ドキュメントはサーバーから決して外に出ません",
|
||||
"Best ODF compatibility" : "最高のODF互換性",
|
||||
"Best support for legacy files" : "旧形式のファイルに対する最適なサポート",
|
||||
"Open core" : "オープンコア",
|
||||
"Best performance" : "最高のパフォーマンス",
|
||||
"Limited ODF compatibility" : "限定的なODF互換性",
|
||||
"Best Microsoft compatibility" : "最高のMicrosoft互換性",
|
||||
"An error occurred during the request. Unable to proceed." : "要求中にエラーが発生しました。 続行できません。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
97
apps/appstore/l10n/ja.json
Normal file
97
apps/appstore/l10n/ja.json
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
{ "translations": {
|
||||
"App store" : "アプリストア",
|
||||
"Apps" : "アプリ",
|
||||
"App name" : "アプリ名",
|
||||
"Version" : "バージョン",
|
||||
"Actions" : "アクション",
|
||||
"Show details" : "詳細を見る",
|
||||
"Grid view" : "グリッド表示",
|
||||
"Cancel" : "キャンセル",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "オフィススイートの切り替えは、Nextcloudオールインワンインターフェースを通じて管理されます。",
|
||||
"Please use the AIO interface to switch between office suites." : "オフィススイートの切り替えにはAIOインターフェースをご利用ください。",
|
||||
"Disable office suites" : "オフィススイートを無効にする",
|
||||
"installed" : "インストール済み",
|
||||
"Deploy Daemon" : "デーモンのデプロイ",
|
||||
"Type" : "タイプ",
|
||||
"Name" : "名前",
|
||||
"Display Name" : "表示名",
|
||||
"GPUs support" : "GPUサポート",
|
||||
"Advanced deploy options" : "高度なデプロイオプション",
|
||||
"Edit ExApp deploy options before installation" : "インストール前にExAppの配置オプションを編集する",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "ExAppのデプロイオプションを設定。インストール時にのみ設定可能です",
|
||||
"Environment variables" : "環境変数",
|
||||
"ExApp container environment variables" : "ExAppコンテナ環境変数",
|
||||
"No environment variables defined" : "環境変数が定義されていません",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "ExAppをインストールする前に、Deployデーモンホスト上に存在する必要があります",
|
||||
"Host path" : "ホストパス",
|
||||
"Container path" : "コンテナパス",
|
||||
"Read-only" : "読み込み専用",
|
||||
"Remove mount" : "マウントを削除",
|
||||
"New mount" : "新しいマウント",
|
||||
"Enter path to host folder" : "ホストフォルダへのパスを入力してください",
|
||||
"Enter path to container folder" : "コンテナフォルダへのパスを入力してください",
|
||||
"Toggle read-only mode" : "読み取り専用モードの切り替え",
|
||||
"Confirm" : "確認",
|
||||
"Cancel adding mount" : "マウントの追加をキャンセル",
|
||||
"Add mount" : "マウントを追加",
|
||||
"ExApp container mounts" : "ExAppコンテナのマウント",
|
||||
"Description" : "説明",
|
||||
"View in store" : "ストア内で表示",
|
||||
"Visit website" : "ウェブサイトを表示",
|
||||
"Usage documentation" : "利用ドキュメント",
|
||||
"Admin documentation" : "管理者ドキュメント",
|
||||
"Developer documentation" : "開発者ドキュメント",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
|
||||
"Latest updated" : "最新の更新",
|
||||
"Author" : "作者",
|
||||
"Categories" : "カテゴリ",
|
||||
"Resources" : "リソース",
|
||||
"Changelog" : "変更履歴",
|
||||
"Supported" : "対応しています",
|
||||
"Featured" : "注目",
|
||||
"This app is supported via your current Nextcloud subscription." : "このアプリは、現行のNextcloudサブスクリプションでサポートされています。",
|
||||
"Community rating: {score}/5" : "コミュニティ評価: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "{appName}に対してデプロイデーモンを選択する",
|
||||
"Register a custom one or setup from available templates" : "カスタムのものを登録するか利用可能なテンプレートから設定する",
|
||||
"Manage Deploy daemons" : "デプロイデーモンを管理する",
|
||||
"Registered Deploy daemons list" : "登録済みデプロイデーモンリスト",
|
||||
"Default" : "デフォルト",
|
||||
"Carousel" : "カルーセル",
|
||||
"Previous slide" : "前のスライド",
|
||||
"Next slide" : "次のスライド",
|
||||
"Choose slide to display" : "表示するスライドを選択",
|
||||
"{index} of {total}" : "{total} のうち {index}",
|
||||
"Limit to groups" : "グループに制限する",
|
||||
"Save" : "保存",
|
||||
"Search everywhere" : "あらゆる場所を検索",
|
||||
"Download and enable all" : "すべてをダウンロードして有効にする",
|
||||
"Could not load app discover section" : "アプリ検出セクションをロードできませんでした",
|
||||
"Nothing to show" : "表示するものがありません",
|
||||
"Could not load section content from app store." : "アプリストアからセクションの内容を読み込めませんでした。",
|
||||
"Loading" : "読み込み中",
|
||||
"Loading categories" : "カテゴリーの読み込み中",
|
||||
"Version {version}, {license}-licensed" : "バージョン{version}, {license}ライセンス",
|
||||
"Version {version}" : "Version {version}",
|
||||
"Disable" : "無効",
|
||||
"Enable" : "有効にする",
|
||||
"Rate the app" : "アプリを評価する",
|
||||
"Remove" : "削除",
|
||||
"Update to {version}" : "{version} にアップデート",
|
||||
"Discover" : "発見",
|
||||
"Your apps" : "あなたのアプリ",
|
||||
"Disabled apps" : "無効なアプリ",
|
||||
"App bundles" : "アプリバンドル",
|
||||
"Featured apps" : "注目のアプリ",
|
||||
"Supported apps" : "対応しているアプリ",
|
||||
"Open source" : "オープンソース",
|
||||
"Good performance" : "良好なパフォーマンス",
|
||||
"Best security: documents never leave your server" : "最高のセキュリティ:ドキュメントはサーバーから決して外に出ません",
|
||||
"Best ODF compatibility" : "最高のODF互換性",
|
||||
"Best support for legacy files" : "旧形式のファイルに対する最適なサポート",
|
||||
"Open core" : "オープンコア",
|
||||
"Best performance" : "最高のパフォーマンス",
|
||||
"Limited ODF compatibility" : "限定的なODF互換性",
|
||||
"Best Microsoft compatibility" : "最高のMicrosoft互換性",
|
||||
"An error occurred during the request. Unable to proceed." : "要求中にエラーが発生しました。 続行できません。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
33
apps/appstore/l10n/ka_GE.js
Normal file
33
apps/appstore/l10n/ka_GE.js
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
OC.L10N.register(
|
||||
"appstore",
|
||||
{
|
||||
"Apps" : "აპლიკაციები",
|
||||
"App name" : "აპლიკაციის სახელი",
|
||||
"Version" : "ვერისა",
|
||||
"Actions" : "მოქმედებები",
|
||||
"Grid view" : "ბადისებური ხედი",
|
||||
"Cancel" : "Cancel",
|
||||
"Name" : "სახელი",
|
||||
"Display Name" : "დისპლეი სახელი",
|
||||
"Confirm" : "დადასტურება",
|
||||
"Description" : "აღწერა",
|
||||
"View in store" : "იხილეთ store-ში",
|
||||
"Visit website" : "საიტზე სტუმრობა",
|
||||
"Admin documentation" : "ადმინისტრატორის დოკუმენტაცია",
|
||||
"Developer documentation" : "დეველოპერის დოკუმენტაცია",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "ეს აპლიკაცია ვერ დაყენდა რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული:",
|
||||
"Categories" : "კატეგორიები",
|
||||
"Resources" : "რესურსები",
|
||||
"Changelog" : "ცვლილებების ლოგი",
|
||||
"Supported" : "მხარდაჭერილია",
|
||||
"Featured" : "გამორჩეულები",
|
||||
"Default" : "საწყისი პარამეტრები",
|
||||
"Limit to groups" : "ლიმიტი ჯგუფებზე",
|
||||
"Save" : "შენახვა",
|
||||
"Disable" : "გამორთვა",
|
||||
"Update to {version}" : "განაახლეთ ვერსიაზე {version}",
|
||||
"Your apps" : "თქვენი აპლიკაციები",
|
||||
"Disabled apps" : "არამოქმედი აპლიკაციები",
|
||||
"App bundles" : "აპლიკაციის შეკვრები"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
31
apps/appstore/l10n/ka_GE.json
Normal file
31
apps/appstore/l10n/ka_GE.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ "translations": {
|
||||
"Apps" : "აპლიკაციები",
|
||||
"App name" : "აპლიკაციის სახელი",
|
||||
"Version" : "ვერისა",
|
||||
"Actions" : "მოქმედებები",
|
||||
"Grid view" : "ბადისებური ხედი",
|
||||
"Cancel" : "Cancel",
|
||||
"Name" : "სახელი",
|
||||
"Display Name" : "დისპლეი სახელი",
|
||||
"Confirm" : "დადასტურება",
|
||||
"Description" : "აღწერა",
|
||||
"View in store" : "იხილეთ store-ში",
|
||||
"Visit website" : "საიტზე სტუმრობა",
|
||||
"Admin documentation" : "ადმინისტრატორის დოკუმენტაცია",
|
||||
"Developer documentation" : "დეველოპერის დოკუმენტაცია",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "ეს აპლიკაცია ვერ დაყენდა რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული:",
|
||||
"Categories" : "კატეგორიები",
|
||||
"Resources" : "რესურსები",
|
||||
"Changelog" : "ცვლილებების ლოგი",
|
||||
"Supported" : "მხარდაჭერილია",
|
||||
"Featured" : "გამორჩეულები",
|
||||
"Default" : "საწყისი პარამეტრები",
|
||||
"Limit to groups" : "ლიმიტი ჯგუფებზე",
|
||||
"Save" : "შენახვა",
|
||||
"Disable" : "გამორთვა",
|
||||
"Update to {version}" : "განაახლეთ ვერსიაზე {version}",
|
||||
"Your apps" : "თქვენი აპლიკაციები",
|
||||
"Disabled apps" : "არამოქმედი აპლიკაციები",
|
||||
"App bundles" : "აპლიკაციის შეკვრები"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
||||
103
apps/appstore/l10n/sk.js
Normal file
103
apps/appstore/l10n/sk.js
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
OC.L10N.register(
|
||||
"appstore",
|
||||
{
|
||||
"Apps" : "Aplikácie",
|
||||
"App name" : "Názov aplikácie",
|
||||
"Version" : "Verzia",
|
||||
"Actions" : "Akcie",
|
||||
"Show details" : "Zobraziť podrobnosti",
|
||||
"Grid view" : "Zobrazenie v mriežke",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Prepínanie kancelárskych balíkov sa spravuje cez rozhranie Nextcloud All-in-One.",
|
||||
"Please use the AIO interface to switch between office suites." : "Prosím, použite rozhranie AIO na prepínanie medzi kancelárskymi balíkmi.",
|
||||
"Disable office suites" : "Zakázať kancelárske balíky",
|
||||
"installed" : "nainštalované",
|
||||
"Features" : "Vlastnosti",
|
||||
"Deploy Daemon" : "Nasadiť proces služby",
|
||||
"Type" : "Typ",
|
||||
"Name" : "Názov",
|
||||
"Display Name" : "Zobrazované meno",
|
||||
"GPUs support" : "Podpora GPU",
|
||||
"Advanced deploy options" : "Pokročilé možnosti nasadenia",
|
||||
"Edit ExApp deploy options before installation" : "Editovať možnosti nasadenia ExApp pred inštaláciou",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "Nakonfigurované možnosti nasadenia ExApp. Dá sa nastaviť len počas inštalácie",
|
||||
"Environment variables" : "Premenné prostredia",
|
||||
"ExApp container environment variables" : "Premenné prostredia kontajnera AppAPI",
|
||||
"No environment variables defined" : "Neboli definované žiadne premenné prostredia",
|
||||
"Define host folder mounts to bind to the ExApp container" : "Definujte pripojenia hostiteľského adresára, ktoré sa majú naviazať na kontajner ExApp",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Musí existovať na hostiteľovi démona Deploy pred inštaláciou ExApp",
|
||||
"Host path" : "Cesta k hostiteľovi",
|
||||
"Container path" : "Cesta ku kontajneru",
|
||||
"Read-only" : "Iba na čítanie",
|
||||
"Remove mount" : "Odstrániť prípojný bod",
|
||||
"New mount" : "Nový prípojný bod",
|
||||
"Enter path to host folder" : "Vložte cestu k hostiteľskému adresáru ",
|
||||
"Enter path to container folder" : "Vložte cestu k adresáru kontajnera",
|
||||
"Toggle read-only mode" : "Prepnúť režim iba na čítanie",
|
||||
"Confirm" : "Potvrdiť",
|
||||
"Cancel adding mount" : "Zrušiť pridanie prípojného bodu",
|
||||
"Add mount" : "Pridať prípojný bod",
|
||||
"ExApp container mounts" : "Prípojné body kontajnera ExApp",
|
||||
"Description" : "Popis",
|
||||
"View in store" : "Zobraziť v obchode",
|
||||
"Visit website" : "Navštíviť webstránku",
|
||||
"Usage documentation" : "Užívateľská dokumentácia",
|
||||
"Admin documentation" : "Príručka administrátora",
|
||||
"Developer documentation" : "Dokumentácia vývojára",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Túto aplikáciu nemožno nainštalovať, pretože nie sú splnené nasledovné závislosti:",
|
||||
"Latest updated" : "Naposledy aktualizované",
|
||||
"Author" : "Autor",
|
||||
"Categories" : "Kategórie",
|
||||
"Resources" : "Zdroje",
|
||||
"Changelog" : "Zoznam zmien",
|
||||
"Supported" : "Podporované",
|
||||
"Featured" : "Doporučená",
|
||||
"This app is supported via your current Nextcloud subscription." : "Táto aplikácia je podporovaná prostredníctvom vášho aktuálneho predplatného Nextcloud.",
|
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Odporúčané aplikácie sú vyvíjané komunitou Sú prepojené so zbytkom Nextcloud a pripravené na produkčné nasadenie.",
|
||||
"Community rating: {score}/5" : "Komunitné hodnotenie: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "Vyberte Deploy Daemon pre {appName}",
|
||||
"Register a custom one or setup from available templates" : "Zaregistrujte si vlastný alebo ho nastavte z dostupných šablón",
|
||||
"Manage Deploy daemons" : "Spravovať Deploy daemon-y",
|
||||
"Registered Deploy daemons list" : "Zoznam registrovaných démonov nasadenia",
|
||||
"Default" : "Predvolené",
|
||||
"Carousel" : "Karusel",
|
||||
"Previous slide" : "Predchádzajúca snímka",
|
||||
"Next slide" : "Ďalšia snímka",
|
||||
"Choose slide to display" : "Vyberte snímok pre zobrazenie",
|
||||
"{index} of {total}" : "{index} z {total}",
|
||||
"Limit to groups" : "Povoľ len pre skupiny",
|
||||
"Save" : "Uložiť",
|
||||
"Search everywhere" : "Hľadať všade",
|
||||
"Download and enable all" : "Stiahnuť a povoliť všetko",
|
||||
"Could not load app discover section" : "Nepodarilo sa načítať sekciu objavovania aplikácií",
|
||||
"Could not render element" : "Prvok sa nepodarilo vykresliť",
|
||||
"Nothing to show" : "Nič pre zobrazenie",
|
||||
"Could not load section content from app store." : "Nepodarilo sa načítať obsah sekcie z obchodu s aplikáciami.",
|
||||
"Loading" : "Načítava sa",
|
||||
"Loading categories" : "Načítavam kategórie",
|
||||
"Version {version}, {license}-licensed" : "Verzia {version}, {license}-licencované",
|
||||
"Version {version}" : "Verzia {version}",
|
||||
"Disable" : "Zakázať",
|
||||
"Enable" : "Povoliť",
|
||||
"Download and enable" : "Stiahnuť a povoliť",
|
||||
"Rate the app" : "Ohodnotiť aplikáciu",
|
||||
"Remove" : "Odobrať",
|
||||
"Update to {version}" : "Aktualizovať na {version}",
|
||||
"Discover" : "Objavujte",
|
||||
"Your apps" : "Vaše aplikácie",
|
||||
"Disabled apps" : "Vypnuté aplikácie",
|
||||
"App bundles" : "Aplikačné balíky",
|
||||
"Featured apps" : "Odporúčané aplikácie",
|
||||
"Supported apps" : "Podporované aplikácie",
|
||||
"Open source" : "Otvorený zdroj",
|
||||
"Good performance" : "Dobrý výkon",
|
||||
"Best security: documents never leave your server" : "Najlepšia bezpečnosť: dokumenty nikdy neopustia váš server",
|
||||
"Best ODF compatibility" : "Najlepšia kompatibilita s ODF",
|
||||
"Best support for legacy files" : "Najlepšia podpora pre staršie súbory",
|
||||
"Open core" : "Otvorené jadro",
|
||||
"Best performance" : "Najlepší výkon",
|
||||
"Limited ODF compatibility" : "Obmedzená kompatibilita ODF",
|
||||
"Best Microsoft compatibility" : "Najlepšia kompatibilita s Microsoftom",
|
||||
"An error occurred during the request. Unable to proceed." : "Počas vybavovania požiadavky nastala chyba. Nie je možné pokračovať."
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
101
apps/appstore/l10n/sk.json
Normal file
101
apps/appstore/l10n/sk.json
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
{ "translations": {
|
||||
"Apps" : "Aplikácie",
|
||||
"App name" : "Názov aplikácie",
|
||||
"Version" : "Verzia",
|
||||
"Actions" : "Akcie",
|
||||
"Show details" : "Zobraziť podrobnosti",
|
||||
"Grid view" : "Zobrazenie v mriežke",
|
||||
"Cancel" : "Zrušiť",
|
||||
"Office suite switching is managed through the Nextcloud All-in-One interface." : "Prepínanie kancelárskych balíkov sa spravuje cez rozhranie Nextcloud All-in-One.",
|
||||
"Please use the AIO interface to switch between office suites." : "Prosím, použite rozhranie AIO na prepínanie medzi kancelárskymi balíkmi.",
|
||||
"Disable office suites" : "Zakázať kancelárske balíky",
|
||||
"installed" : "nainštalované",
|
||||
"Features" : "Vlastnosti",
|
||||
"Deploy Daemon" : "Nasadiť proces služby",
|
||||
"Type" : "Typ",
|
||||
"Name" : "Názov",
|
||||
"Display Name" : "Zobrazované meno",
|
||||
"GPUs support" : "Podpora GPU",
|
||||
"Advanced deploy options" : "Pokročilé možnosti nasadenia",
|
||||
"Edit ExApp deploy options before installation" : "Editovať možnosti nasadenia ExApp pred inštaláciou",
|
||||
"Configured ExApp deploy options. Can be set only during installation" : "Nakonfigurované možnosti nasadenia ExApp. Dá sa nastaviť len počas inštalácie",
|
||||
"Environment variables" : "Premenné prostredia",
|
||||
"ExApp container environment variables" : "Premenné prostredia kontajnera AppAPI",
|
||||
"No environment variables defined" : "Neboli definované žiadne premenné prostredia",
|
||||
"Define host folder mounts to bind to the ExApp container" : "Definujte pripojenia hostiteľského adresára, ktoré sa majú naviazať na kontajner ExApp",
|
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Musí existovať na hostiteľovi démona Deploy pred inštaláciou ExApp",
|
||||
"Host path" : "Cesta k hostiteľovi",
|
||||
"Container path" : "Cesta ku kontajneru",
|
||||
"Read-only" : "Iba na čítanie",
|
||||
"Remove mount" : "Odstrániť prípojný bod",
|
||||
"New mount" : "Nový prípojný bod",
|
||||
"Enter path to host folder" : "Vložte cestu k hostiteľskému adresáru ",
|
||||
"Enter path to container folder" : "Vložte cestu k adresáru kontajnera",
|
||||
"Toggle read-only mode" : "Prepnúť režim iba na čítanie",
|
||||
"Confirm" : "Potvrdiť",
|
||||
"Cancel adding mount" : "Zrušiť pridanie prípojného bodu",
|
||||
"Add mount" : "Pridať prípojný bod",
|
||||
"ExApp container mounts" : "Prípojné body kontajnera ExApp",
|
||||
"Description" : "Popis",
|
||||
"View in store" : "Zobraziť v obchode",
|
||||
"Visit website" : "Navštíviť webstránku",
|
||||
"Usage documentation" : "Užívateľská dokumentácia",
|
||||
"Admin documentation" : "Príručka administrátora",
|
||||
"Developer documentation" : "Dokumentácia vývojára",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Túto aplikáciu nemožno nainštalovať, pretože nie sú splnené nasledovné závislosti:",
|
||||
"Latest updated" : "Naposledy aktualizované",
|
||||
"Author" : "Autor",
|
||||
"Categories" : "Kategórie",
|
||||
"Resources" : "Zdroje",
|
||||
"Changelog" : "Zoznam zmien",
|
||||
"Supported" : "Podporované",
|
||||
"Featured" : "Doporučená",
|
||||
"This app is supported via your current Nextcloud subscription." : "Táto aplikácia je podporovaná prostredníctvom vášho aktuálneho predplatného Nextcloud.",
|
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Odporúčané aplikácie sú vyvíjané komunitou Sú prepojené so zbytkom Nextcloud a pripravené na produkčné nasadenie.",
|
||||
"Community rating: {score}/5" : "Komunitné hodnotenie: {score}/5",
|
||||
"Choose Deploy Daemon for {appName}" : "Vyberte Deploy Daemon pre {appName}",
|
||||
"Register a custom one or setup from available templates" : "Zaregistrujte si vlastný alebo ho nastavte z dostupných šablón",
|
||||
"Manage Deploy daemons" : "Spravovať Deploy daemon-y",
|
||||
"Registered Deploy daemons list" : "Zoznam registrovaných démonov nasadenia",
|
||||
"Default" : "Predvolené",
|
||||
"Carousel" : "Karusel",
|
||||
"Previous slide" : "Predchádzajúca snímka",
|
||||
"Next slide" : "Ďalšia snímka",
|
||||
"Choose slide to display" : "Vyberte snímok pre zobrazenie",
|
||||
"{index} of {total}" : "{index} z {total}",
|
||||
"Limit to groups" : "Povoľ len pre skupiny",
|
||||
"Save" : "Uložiť",
|
||||
"Search everywhere" : "Hľadať všade",
|
||||
"Download and enable all" : "Stiahnuť a povoliť všetko",
|
||||
"Could not load app discover section" : "Nepodarilo sa načítať sekciu objavovania aplikácií",
|
||||
"Could not render element" : "Prvok sa nepodarilo vykresliť",
|
||||
"Nothing to show" : "Nič pre zobrazenie",
|
||||
"Could not load section content from app store." : "Nepodarilo sa načítať obsah sekcie z obchodu s aplikáciami.",
|
||||
"Loading" : "Načítava sa",
|
||||
"Loading categories" : "Načítavam kategórie",
|
||||
"Version {version}, {license}-licensed" : "Verzia {version}, {license}-licencované",
|
||||
"Version {version}" : "Verzia {version}",
|
||||
"Disable" : "Zakázať",
|
||||
"Enable" : "Povoliť",
|
||||
"Download and enable" : "Stiahnuť a povoliť",
|
||||
"Rate the app" : "Ohodnotiť aplikáciu",
|
||||
"Remove" : "Odobrať",
|
||||
"Update to {version}" : "Aktualizovať na {version}",
|
||||
"Discover" : "Objavujte",
|
||||
"Your apps" : "Vaše aplikácie",
|
||||
"Disabled apps" : "Vypnuté aplikácie",
|
||||
"App bundles" : "Aplikačné balíky",
|
||||
"Featured apps" : "Odporúčané aplikácie",
|
||||
"Supported apps" : "Podporované aplikácie",
|
||||
"Open source" : "Otvorený zdroj",
|
||||
"Good performance" : "Dobrý výkon",
|
||||
"Best security: documents never leave your server" : "Najlepšia bezpečnosť: dokumenty nikdy neopustia váš server",
|
||||
"Best ODF compatibility" : "Najlepšia kompatibilita s ODF",
|
||||
"Best support for legacy files" : "Najlepšia podpora pre staršie súbory",
|
||||
"Open core" : "Otvorené jadro",
|
||||
"Best performance" : "Najlepší výkon",
|
||||
"Limited ODF compatibility" : "Obmedzená kompatibilita ODF",
|
||||
"Best Microsoft compatibility" : "Najlepšia kompatibilita s Microsoftom",
|
||||
"An error occurred during the request. Unable to proceed." : "Počas vybavovania požiadavky nastala chyba. Nie je možné pokračovať."
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
|
|
@ -242,6 +242,7 @@ OC.L10N.register(
|
|||
"Failed to unlink: %1$s" : "Impossible de supprimer le lien :%1$s",
|
||||
"Failed to write file contents: %1$s" : "Impossible d'écrire le contenu du fichier : %1$s",
|
||||
"File not found: %1$s" : "Fichier non trouvé : %1$s",
|
||||
"Insufficient space" : "Espace insuffisant",
|
||||
"Invalid target path" : "Chemin cible non valide",
|
||||
"System is in maintenance mode." : "Le système est en mode maintenance.",
|
||||
"Upgrade needed" : "Mise à jour requise",
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@
|
|||
"Failed to unlink: %1$s" : "Impossible de supprimer le lien :%1$s",
|
||||
"Failed to write file contents: %1$s" : "Impossible d'écrire le contenu du fichier : %1$s",
|
||||
"File not found: %1$s" : "Fichier non trouvé : %1$s",
|
||||
"Insufficient space" : "Espace insuffisant",
|
||||
"Invalid target path" : "Chemin cible non valide",
|
||||
"System is in maintenance mode." : "Le système est en mode maintenance.",
|
||||
"Upgrade needed" : "Mise à jour requise",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,11 @@ OC.L10N.register(
|
|||
"Federation" : "Federazione",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account. Ad esempio, questo verrà utilizzato per completare automaticamente gli account esterni per la condivisione federata.",
|
||||
"Could not add trusted server. Please try again later." : "Impossibile aggiungere il server affidabile. Riprova più tardi.",
|
||||
"Add trusted server" : "Aggiungi server affidabile",
|
||||
"Server url" : "URL server",
|
||||
"Add" : "Aggiungi",
|
||||
"Failed to delete trusted server. Please try again later." : "Eliminazione del server affidabile non riuscita. Riprova più tardi.",
|
||||
"Delete" : "Elimina",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account. Ad esempio, questo verrà utilizzato per completare automaticamente gli account esterni per la condivisione federata. Non è necessario aggiungere un server come server attendibile per creare una condivisione federata.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Ogni server deve validare gli altri. Questa operazione può richiedere qualche ciclo cron.",
|
||||
|
|
|
|||
|
|
@ -9,8 +9,11 @@
|
|||
"Federation" : "Federazione",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account. Ad esempio, questo verrà utilizzato per completare automaticamente gli account esterni per la condivisione federata.",
|
||||
"Could not add trusted server. Please try again later." : "Impossibile aggiungere il server affidabile. Riprova più tardi.",
|
||||
"Add trusted server" : "Aggiungi server affidabile",
|
||||
"Server url" : "URL server",
|
||||
"Add" : "Aggiungi",
|
||||
"Failed to delete trusted server. Please try again later." : "Eliminazione del server affidabile non riuscita. Riprova più tardi.",
|
||||
"Delete" : "Elimina",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federazione consente di connettersi ad altri server attendibili per scambiare la directory degli account. Ad esempio, questo verrà utilizzato per completare automaticamente gli account esterni per la condivisione federata. Non è necessario aggiungere un server come server attendibile per creare una condivisione federata.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Ogni server deve validare gli altri. Questa operazione può richiedere qualche ciclo cron.",
|
||||
|
|
|
|||
|
|
@ -527,7 +527,7 @@ OC.L10N.register(
|
|||
"Upload profile picture" : "Carica immagine del profilo",
|
||||
"Choose profile picture from Files" : "Scegli immagine del profilo da File",
|
||||
"Remove profile picture" : "Rimuovi immagine del profilo",
|
||||
"The file must be a PNG or JPG" : "Il file deve essere una PNG o JPG",
|
||||
"The file must be a PNG or JPG" : "Il file deve essere PNG o JPG",
|
||||
"Picture provided by original account" : "Immagine fornita dall'account originale",
|
||||
"Set as profile picture" : "Imposta come immagine del profilo",
|
||||
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'immagine del profilo venga aggiornata dappertutto.",
|
||||
|
|
@ -865,7 +865,7 @@ OC.L10N.register(
|
|||
"Deploy Daemon" : "Distribuisci Daemon",
|
||||
"Type" : "Tipo",
|
||||
"Display Name" : "Nome visualizzato",
|
||||
"GPUs support" : "Supporto GPUs",
|
||||
"GPUs support" : "Supporto GPU",
|
||||
"Compute device" : "Dispositivo di calcolo",
|
||||
"Advanced deploy options" : "Opzioni di distribuzione avanzate",
|
||||
"Edit ExApp deploy options before installation" : "Modifica le opzioni di distribuzione di ExApp prima dell'installazione",
|
||||
|
|
|
|||
|
|
@ -525,7 +525,7 @@
|
|||
"Upload profile picture" : "Carica immagine del profilo",
|
||||
"Choose profile picture from Files" : "Scegli immagine del profilo da File",
|
||||
"Remove profile picture" : "Rimuovi immagine del profilo",
|
||||
"The file must be a PNG or JPG" : "Il file deve essere una PNG o JPG",
|
||||
"The file must be a PNG or JPG" : "Il file deve essere PNG o JPG",
|
||||
"Picture provided by original account" : "Immagine fornita dall'account originale",
|
||||
"Set as profile picture" : "Imposta come immagine del profilo",
|
||||
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'immagine del profilo venga aggiornata dappertutto.",
|
||||
|
|
@ -863,7 +863,7 @@
|
|||
"Deploy Daemon" : "Distribuisci Daemon",
|
||||
"Type" : "Tipo",
|
||||
"Display Name" : "Nome visualizzato",
|
||||
"GPUs support" : "Supporto GPUs",
|
||||
"GPUs support" : "Supporto GPU",
|
||||
"Compute device" : "Dispositivo di calcolo",
|
||||
"Advanced deploy options" : "Opzioni di distribuzione avanzate",
|
||||
"Edit ExApp deploy options before installation" : "Modifica le opzioni di distribuzione di ExApp prima dell'installazione",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ OC.L10N.register(
|
|||
"<strong>All</strong> apps have a compatible version for this {productName} version available." : "<strong>Toutes</strong> les applications ont une version compatible avec cette version de {productName}.",
|
||||
"_<strong>%n</strong> app has no compatible version for this {productName} version available._::_<strong>%n</strong> apps have no compatible version for this {productName} version available._" : ["L’application <strong>%n</strong> n’a pas de version compatible pour cette version de {productName}.","Les applications <strong>%n</strong> n’ont pas de version compatible pour cette version de {productName}.","Les applications <strong>%n</strong> n’ont pas de version compatible pour cette version de {productName}."],
|
||||
"Enterprise" : "Entreprise",
|
||||
"For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately." : "Pour une utilisation en entreprise. Fournit toujours le dernier niveau de correctif, mais ne se mettra pas à jour immédiatement vers la prochaine version majeure.",
|
||||
"That update happens once {vendor} has done additional hardening and testing for large-scale and mission-critical deployments." : "Cette mise à jour intervient une fois que {vendor} a réalisé des tests supplémentaires renforcés pour les déploiements à grande échelle et critiques.",
|
||||
"This channel is only available to customers and provides the {enterprise} package." : "Ce canal est uniquement accessible aux clients et propose le forfait {enterprise}.",
|
||||
"Stable" : "Stable",
|
||||
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La version stable la plus récente. Elle est adaptée pour une utilisation régulière et sera toujours mise à jour vers la dernière version majeure.",
|
||||
"Beta" : "Beta",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
"<strong>All</strong> apps have a compatible version for this {productName} version available." : "<strong>Toutes</strong> les applications ont une version compatible avec cette version de {productName}.",
|
||||
"_<strong>%n</strong> app has no compatible version for this {productName} version available._::_<strong>%n</strong> apps have no compatible version for this {productName} version available._" : ["L’application <strong>%n</strong> n’a pas de version compatible pour cette version de {productName}.","Les applications <strong>%n</strong> n’ont pas de version compatible pour cette version de {productName}.","Les applications <strong>%n</strong> n’ont pas de version compatible pour cette version de {productName}."],
|
||||
"Enterprise" : "Entreprise",
|
||||
"For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately." : "Pour une utilisation en entreprise. Fournit toujours le dernier niveau de correctif, mais ne se mettra pas à jour immédiatement vers la prochaine version majeure.",
|
||||
"That update happens once {vendor} has done additional hardening and testing for large-scale and mission-critical deployments." : "Cette mise à jour intervient une fois que {vendor} a réalisé des tests supplémentaires renforcés pour les déploiements à grande échelle et critiques.",
|
||||
"This channel is only available to customers and provides the {enterprise} package." : "Ce canal est uniquement accessible aux clients et propose le forfait {enterprise}.",
|
||||
"Stable" : "Stable",
|
||||
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La version stable la plus récente. Elle est adaptée pour une utilisation régulière et sera toujours mise à jour vers la dernière version majeure.",
|
||||
"Beta" : "Beta",
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ OC.L10N.register(
|
|||
"_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"],
|
||||
"More apps" : "Plus d’applis",
|
||||
"Applications" : "Applications",
|
||||
"Open apps menu" : "Ouvrir le menu des applications",
|
||||
"Apps" : "Applications",
|
||||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@
|
|||
"_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"],
|
||||
"More apps" : "Plus d’applis",
|
||||
"Applications" : "Applications",
|
||||
"Open apps menu" : "Ouvrir le menu des applications",
|
||||
"Apps" : "Applications",
|
||||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ OC.L10N.register(
|
|||
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "L'applicazione \"%s\" non può essere installata perché non è compatibile con questa versione del server.",
|
||||
"__language_name__" : "Italiano",
|
||||
"This is an automatically sent email, please do not reply." : "Questo è un messaggio di posta inviato automaticamente, non rispondere.",
|
||||
"Help & privacy" : "Supporto & privacy",
|
||||
"Help & privacy" : "Supporto e privacy",
|
||||
"Appearance and accessibility" : "Aspetto e accessibilità",
|
||||
"Apps" : "Applicazioni",
|
||||
"Personal settings" : "Impostazioni personali",
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "L'applicazione \"%s\" non può essere installata perché non è compatibile con questa versione del server.",
|
||||
"__language_name__" : "Italiano",
|
||||
"This is an automatically sent email, please do not reply." : "Questo è un messaggio di posta inviato automaticamente, non rispondere.",
|
||||
"Help & privacy" : "Supporto & privacy",
|
||||
"Help & privacy" : "Supporto e privacy",
|
||||
"Appearance and accessibility" : "Aspetto e accessibilità",
|
||||
"Apps" : "Applicazioni",
|
||||
"Personal settings" : "Impostazioni personali",
|
||||
|
|
|
|||
Loading…
Reference in a new issue