зеркало из https://github.com/nextcloud/notes.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
fae43008e2
Коммит
cc7998f208
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "S'ha produït un error en llegir les notes del sistema de fitxers.",
|
||||
"Error" : "Error",
|
||||
"New note" : "Nota nova",
|
||||
"Notes" : "Notes",
|
||||
"Distraction-free notes and writing" : "Preneu notes i escriviu sense distraccions",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "L'aplicació Notes és una aplicació de notes sense distraccions per al [Nextcloud] (https://www.nextcloud.com/). Proporciona categories per millorar l'organització i admet el format mitjançant la sintaxi [Markdown] (https://en.wikipedia.org/wiki/Markdown). Les notes es desen com a fitxers al Nextcloud, de manera que podeu visualitzar-les i editar-les amb qualsevol client del Nextcloud. A més, una [API REST] independent (docs/api/README.md) permet una integració fàcil en aplicacions de tercers (actualment, hi ha aplicacions de notes per a l'[Android] (https://github.com/stefan-niedermann) / nextcloud-notes), l'[iOS] (https://github.com/owncloud/notes-iOS-App) i la [consola] (https://git.danielmoch.com/nncli/about) que permeten accedir còmodament a les vostres notes del Nextcloud). Altres característiques inclouen marcar les notes com a preferides.",
|
||||
"Please see Nextcloud server log for details." : "Consulteu el registre del servidor del Nextcloud per veure més detalls.",
|
||||
"Deleted {title}" : "S'ha suprimit {title}",
|
||||
"Deleted {number} notes" : "S'han suprimit {number} notes",
|
||||
"Undo Delete" : "Desfés la supressió",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "No hi ha prou espai d'emmagatzematge.",
|
||||
"See JavaScript console and server log for details." : "Consulteu la consola de JavaScript i els registres del servidor per veure més detalls.",
|
||||
"Updating settings has failed." : "S'ha produït un error en actualitzar els paràmetres.",
|
||||
"Error from Nextcloud server: {msg}" : "Error del servidor del Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "S'ha produït un error en recuperar les notes.",
|
||||
"Fetching note {id} has failed." : "S'ha produït un error en recuperar la nota {id}.",
|
||||
"Refreshing note {id} has failed." : "S'ha produït un error en actualitzar la nota {id}.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "S'ha produït un error en llegir les notes del sistema de fitxers.",
|
||||
"Error" : "Error",
|
||||
"New note" : "Nota nova",
|
||||
"Notes" : "Notes",
|
||||
"Distraction-free notes and writing" : "Preneu notes i escriviu sense distraccions",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "L'aplicació Notes és una aplicació de notes sense distraccions per al [Nextcloud] (https://www.nextcloud.com/). Proporciona categories per millorar l'organització i admet el format mitjançant la sintaxi [Markdown] (https://en.wikipedia.org/wiki/Markdown). Les notes es desen com a fitxers al Nextcloud, de manera que podeu visualitzar-les i editar-les amb qualsevol client del Nextcloud. A més, una [API REST] independent (docs/api/README.md) permet una integració fàcil en aplicacions de tercers (actualment, hi ha aplicacions de notes per a l'[Android] (https://github.com/stefan-niedermann) / nextcloud-notes), l'[iOS] (https://github.com/owncloud/notes-iOS-App) i la [consola] (https://git.danielmoch.com/nncli/about) que permeten accedir còmodament a les vostres notes del Nextcloud). Altres característiques inclouen marcar les notes com a preferides.",
|
||||
"Please see Nextcloud server log for details." : "Consulteu el registre del servidor del Nextcloud per veure més detalls.",
|
||||
"Deleted {title}" : "S'ha suprimit {title}",
|
||||
"Deleted {number} notes" : "S'han suprimit {number} notes",
|
||||
"Undo Delete" : "Desfés la supressió",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "No hi ha prou espai d'emmagatzematge.",
|
||||
"See JavaScript console and server log for details." : "Consulteu la consola de JavaScript i els registres del servidor per veure més detalls.",
|
||||
"Updating settings has failed." : "S'ha produït un error en actualitzar els paràmetres.",
|
||||
"Error from Nextcloud server: {msg}" : "Error del servidor del Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "S'ha produït un error en recuperar les notes.",
|
||||
"Fetching note {id} has failed." : "S'ha produït un error en recuperar la nota {id}.",
|
||||
"Refreshing note {id} has failed." : "S'ha produït un error en actualitzar la nota {id}.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Načítání poznámek ze souborového systému se nezdařilo.",
|
||||
"Error" : "Chyba",
|
||||
"New note" : "Nová poznámka",
|
||||
"Notes" : "Poznámky",
|
||||
"Distraction-free notes and writing" : "Pozornost nerozptylující poznámky a zápisky",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Aplikace Poznámky je nerušivý editor pro zapisování poznámek pro [Nextcloud](https://www.nextcloud.com/). Poskytuje kategorie pro lepší uspořádávání a podporuje formátování pomocí [Markdown](https://en.wikipedia.org/wiki/Markdown) syntaxe. Poznámky jsou ukládány jako soubory ve vašem Nextcloud, takže je můžete zobrazovat a upravovat na jakémkoli Nextcloud klientovi. Dále, oddělené [RESTful API](docs/api/README.md) umožňuje napojení do aplikací třetích stran (v tuto chvíli jsou zde aplikace pro [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) a [konzoli](https://git.danielmoch.com/nncli/about), které umožňují pohodlný přístup k vašim poznámkám na Nextcloud). Mezi další funkce patří označování poznámek jako oblíbené.",
|
||||
"Please see Nextcloud server log for details." : "Podrobnosti naleznete v záznamu událostí (log) Nextcloud serveru.",
|
||||
"Deleted {title}" : "Smazáno {title}",
|
||||
"Deleted {number} notes" : "Vymazáno {number} poznámek",
|
||||
"Undo Delete" : "Vzít zpět vymazání",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Nedostatečná kapacita úložiště",
|
||||
"See JavaScript console and server log for details." : "Podrobnosti viz konzole JavaScript a záznamy událostí na serveru.",
|
||||
"Updating settings has failed." : "Aktualizace nastavení se nezdařila.",
|
||||
"Error from Nextcloud server: {msg}" : "Chyba z Nextcloud serveru: {msg}",
|
||||
"Fetching notes has failed." : "Načítání poznámek se nezdařilo.",
|
||||
"Fetching note {id} has failed." : "Načítání poznámky {id} se nezdařilo.",
|
||||
"Refreshing note {id} has failed." : "Znovunačtení poznámky {id} se nezdařilo.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Načítání poznámek ze souborového systému se nezdařilo.",
|
||||
"Error" : "Chyba",
|
||||
"New note" : "Nová poznámka",
|
||||
"Notes" : "Poznámky",
|
||||
"Distraction-free notes and writing" : "Pozornost nerozptylující poznámky a zápisky",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Aplikace Poznámky je nerušivý editor pro zapisování poznámek pro [Nextcloud](https://www.nextcloud.com/). Poskytuje kategorie pro lepší uspořádávání a podporuje formátování pomocí [Markdown](https://en.wikipedia.org/wiki/Markdown) syntaxe. Poznámky jsou ukládány jako soubory ve vašem Nextcloud, takže je můžete zobrazovat a upravovat na jakémkoli Nextcloud klientovi. Dále, oddělené [RESTful API](docs/api/README.md) umožňuje napojení do aplikací třetích stran (v tuto chvíli jsou zde aplikace pro [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) a [konzoli](https://git.danielmoch.com/nncli/about), které umožňují pohodlný přístup k vašim poznámkám na Nextcloud). Mezi další funkce patří označování poznámek jako oblíbené.",
|
||||
"Please see Nextcloud server log for details." : "Podrobnosti naleznete v záznamu událostí (log) Nextcloud serveru.",
|
||||
"Deleted {title}" : "Smazáno {title}",
|
||||
"Deleted {number} notes" : "Vymazáno {number} poznámek",
|
||||
"Undo Delete" : "Vzít zpět vymazání",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Nedostatečná kapacita úložiště",
|
||||
"See JavaScript console and server log for details." : "Podrobnosti viz konzole JavaScript a záznamy událostí na serveru.",
|
||||
"Updating settings has failed." : "Aktualizace nastavení se nezdařila.",
|
||||
"Error from Nextcloud server: {msg}" : "Chyba z Nextcloud serveru: {msg}",
|
||||
"Fetching notes has failed." : "Načítání poznámek se nezdařilo.",
|
||||
"Fetching note {id} has failed." : "Načítání poznámky {id} se nezdařilo.",
|
||||
"Refreshing note {id} has failed." : "Znovunačtení poznámky {id} se nezdařilo.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Laden der Notizen vom Dateisystem ist fehlgeschlagen.",
|
||||
"Error" : "Fehler",
|
||||
"New note" : "Neue Notiz",
|
||||
"Notes" : "Notizen",
|
||||
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Die Notes-App ist eine leicht zu bedienende App zum Erstellen von Notizen in der [Nextcloud](https://www.nextcloud.com/). Zur besseren Übersicht bietet diese die Möglichkeit zur Einordnung der Notizen in Kategorien. Für die Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown) unterstützt. Notizen werden als Dateien in der Nextcloud abgelegt. So kann diese mit jedem Nextcloud-Client bearbeitet werden. Des Weiteren erlaubt eine separate [REST API](docs/api/README.md) die einfache Integration in Drittanbieter-Apps (aktuell gibt es Notes-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) und die [Konsole](https://git.danielmoch.com/nncli/file/README.rst.html) welche bequemen Zugang zu den Notizen in der Nextcloud erlauben). Weitere Funktionen ermöglichen es unter anderem Notizen als Favoriten zu markieren.",
|
||||
"Please see Nextcloud server log for details." : "Für Details siehe Protokolldatei des Nextcloud-Servers.",
|
||||
"Deleted {title}" : "{title} gelöscht",
|
||||
"Deleted {number} notes" : "{number} Notizen gelöscht",
|
||||
"Undo Delete" : "Wiederherstellen",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Speicherplatz nicht ausreichend.",
|
||||
"See JavaScript console and server log for details." : "Siehe JavaScript-Konsole und Server-Protokoll für Details.",
|
||||
"Updating settings has failed." : "Aktualisierung der Einstellungen fehlgeschlagen.",
|
||||
"Error from Nextcloud server: {msg}" : "Fehler vom Nextcloud-Server: {msg}",
|
||||
"Fetching notes has failed." : "Laden der Notizen fehlgeschlagen.",
|
||||
"Fetching note {id} has failed." : "Abruf der Notiz {id} fehlgeschlagen.",
|
||||
"Refreshing note {id} has failed." : "Aktualisieren der Notiz {id} fehlgeschlagen.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Laden der Notizen vom Dateisystem ist fehlgeschlagen.",
|
||||
"Error" : "Fehler",
|
||||
"New note" : "Neue Notiz",
|
||||
"Notes" : "Notizen",
|
||||
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Die Notes-App ist eine leicht zu bedienende App zum Erstellen von Notizen in der [Nextcloud](https://www.nextcloud.com/). Zur besseren Übersicht bietet diese die Möglichkeit zur Einordnung der Notizen in Kategorien. Für die Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown) unterstützt. Notizen werden als Dateien in der Nextcloud abgelegt. So kann diese mit jedem Nextcloud-Client bearbeitet werden. Des Weiteren erlaubt eine separate [REST API](docs/api/README.md) die einfache Integration in Drittanbieter-Apps (aktuell gibt es Notes-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) und die [Konsole](https://git.danielmoch.com/nncli/file/README.rst.html) welche bequemen Zugang zu den Notizen in der Nextcloud erlauben). Weitere Funktionen ermöglichen es unter anderem Notizen als Favoriten zu markieren.",
|
||||
"Please see Nextcloud server log for details." : "Für Details siehe Protokolldatei des Nextcloud-Servers.",
|
||||
"Deleted {title}" : "{title} gelöscht",
|
||||
"Deleted {number} notes" : "{number} Notizen gelöscht",
|
||||
"Undo Delete" : "Wiederherstellen",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Speicherplatz nicht ausreichend.",
|
||||
"See JavaScript console and server log for details." : "Siehe JavaScript-Konsole und Server-Protokoll für Details.",
|
||||
"Updating settings has failed." : "Aktualisierung der Einstellungen fehlgeschlagen.",
|
||||
"Error from Nextcloud server: {msg}" : "Fehler vom Nextcloud-Server: {msg}",
|
||||
"Fetching notes has failed." : "Laden der Notizen fehlgeschlagen.",
|
||||
"Fetching note {id} has failed." : "Abruf der Notiz {id} fehlgeschlagen.",
|
||||
"Refreshing note {id} has failed." : "Aktualisieren der Notiz {id} fehlgeschlagen.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Laden der Notizen vom Dateisystem ist fehlgeschlagen.",
|
||||
"Error" : "Fehler",
|
||||
"New note" : "Neue Notiz",
|
||||
"Notes" : "Notizen",
|
||||
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Die Notes-App ist eine leicht zu bedienende App zum Erstellen von Notizen in der [Nextcloud](https://www.nextcloud.com/). Zur besseren Übersicht bietet diese die Möglichkeit zur Einordnung der Notizen in Kategorien. Für die Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Notizen werden als Dateien in der Nextcloud abgelegt. So kann diese mit jedem Nextcloud-Client editiert werden. Des Weiteren erlaubt eine separate [REST API](docs/api/README.md) die einfache Integration in Drittanbieter-Apps (aktuell gibt es Notes-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) und die [Konsole](https://git.danielmoch.com/nncli/file/README.rst.html) welche bequemen Zugang zu den Notizen in der Nextcloud erlauben). Weitere Funktionen ermöglichen es unter anderem Notizen als Favoriten zu markieren.",
|
||||
"Please see Nextcloud server log for details." : "Für Details siehe Protokolldatei des Nextcloud-Servers.",
|
||||
"Deleted {title}" : "{title} gelöscht",
|
||||
"Deleted {number} notes" : "{number} Notizen gelöscht",
|
||||
"Undo Delete" : "Wiederherstellen",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Speicherplatz nicht ausreichend.",
|
||||
"See JavaScript console and server log for details." : "Siehe JavaScript-Konsole und Server-Protokoll für Details.",
|
||||
"Updating settings has failed." : "Aktualisierung der Einstellungen fehlgeschlagen.",
|
||||
"Error from Nextcloud server: {msg}" : "Fehler vom Nextcloud-Server: {msg}",
|
||||
"Fetching notes has failed." : "Laden der Notizen fehlgeschlagen.",
|
||||
"Fetching note {id} has failed." : "Abruf der Notiz {id} fehlgeschlagen.",
|
||||
"Refreshing note {id} has failed." : "Aktualisieren der Notiz {id} fehlgeschlagen.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Laden der Notizen vom Dateisystem ist fehlgeschlagen.",
|
||||
"Error" : "Fehler",
|
||||
"New note" : "Neue Notiz",
|
||||
"Notes" : "Notizen",
|
||||
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Die Notes-App ist eine leicht zu bedienende App zum Erstellen von Notizen in der [Nextcloud](https://www.nextcloud.com/). Zur besseren Übersicht bietet diese die Möglichkeit zur Einordnung der Notizen in Kategorien. Für die Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Notizen werden als Dateien in der Nextcloud abgelegt. So kann diese mit jedem Nextcloud-Client editiert werden. Des Weiteren erlaubt eine separate [REST API](docs/api/README.md) die einfache Integration in Drittanbieter-Apps (aktuell gibt es Notes-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) und die [Konsole](https://git.danielmoch.com/nncli/file/README.rst.html) welche bequemen Zugang zu den Notizen in der Nextcloud erlauben). Weitere Funktionen ermöglichen es unter anderem Notizen als Favoriten zu markieren.",
|
||||
"Please see Nextcloud server log for details." : "Für Details siehe Protokolldatei des Nextcloud-Servers.",
|
||||
"Deleted {title}" : "{title} gelöscht",
|
||||
"Deleted {number} notes" : "{number} Notizen gelöscht",
|
||||
"Undo Delete" : "Wiederherstellen",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Speicherplatz nicht ausreichend.",
|
||||
"See JavaScript console and server log for details." : "Siehe JavaScript-Konsole und Server-Protokoll für Details.",
|
||||
"Updating settings has failed." : "Aktualisierung der Einstellungen fehlgeschlagen.",
|
||||
"Error from Nextcloud server: {msg}" : "Fehler vom Nextcloud-Server: {msg}",
|
||||
"Fetching notes has failed." : "Laden der Notizen fehlgeschlagen.",
|
||||
"Fetching note {id} has failed." : "Abruf der Notiz {id} fehlgeschlagen.",
|
||||
"Refreshing note {id} has failed." : "Aktualisieren der Notiz {id} fehlgeschlagen.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Fallo al leer las notas del filesysem.",
|
||||
"Error" : "Error",
|
||||
"New note" : "Nueva nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Escritura de notas sin distracciones",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "La app de Notas es una aplicación de escritura de notas sin distracciones. Ofrece categorías para mejorar la organización y soporta el formato mediante [Markdown](https://en.wikipedia.org/wiki/Markdown). Las notas se guardan como archivos en tu Nextcloud, por lo que puedes verlas y editarlas con cada cliente de Nextcloud. Además, una [API REST]](https://github.com/nextcloud/notes/wiki/API-0.2) separada permite una integración sencilla con apps de terceras partes (actualmente hay apps de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) y [iOS](https://github.com/owncloud/notes-iOS-App) y la [consola](https://git.danielmoch.com/nncli/about) que permiten un acceso cómodo a tus notas de Nextcloud). Otras características incluyen el marcar notas como favoritas.",
|
||||
"Please see Nextcloud server log for details." : "Por favor, revisa el registro del servidor de Nextcloud para ver los detalles.",
|
||||
"Deleted {title}" : "Borrado {title}",
|
||||
"Deleted {number} notes" : "Borradas {number} notas",
|
||||
"Undo Delete" : "Deshacer Borrado",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Almacenamiento insuficiente.",
|
||||
"See JavaScript console and server log for details." : "Revise la consola JavaScript y el registro del servidor para ver los detalles.",
|
||||
"Updating settings has failed." : "Fallo al guardar la configuración modificada.",
|
||||
"Error from Nextcloud server: {msg}" : "Error desde el servidor Nextcloudr: {msg}",
|
||||
"Fetching notes has failed." : "Fallo al recuperar las notas.",
|
||||
"Fetching note {id} has failed." : "Fallo al recuperar la nota {id}",
|
||||
"Refreshing note {id} has failed." : "Fallo al actualizar la nota {id}",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Fallo al leer las notas del filesysem.",
|
||||
"Error" : "Error",
|
||||
"New note" : "Nueva nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Escritura de notas sin distracciones",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "La app de Notas es una aplicación de escritura de notas sin distracciones. Ofrece categorías para mejorar la organización y soporta el formato mediante [Markdown](https://en.wikipedia.org/wiki/Markdown). Las notas se guardan como archivos en tu Nextcloud, por lo que puedes verlas y editarlas con cada cliente de Nextcloud. Además, una [API REST]](https://github.com/nextcloud/notes/wiki/API-0.2) separada permite una integración sencilla con apps de terceras partes (actualmente hay apps de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) y [iOS](https://github.com/owncloud/notes-iOS-App) y la [consola](https://git.danielmoch.com/nncli/about) que permiten un acceso cómodo a tus notas de Nextcloud). Otras características incluyen el marcar notas como favoritas.",
|
||||
"Please see Nextcloud server log for details." : "Por favor, revisa el registro del servidor de Nextcloud para ver los detalles.",
|
||||
"Deleted {title}" : "Borrado {title}",
|
||||
"Deleted {number} notes" : "Borradas {number} notas",
|
||||
"Undo Delete" : "Deshacer Borrado",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Almacenamiento insuficiente.",
|
||||
"See JavaScript console and server log for details." : "Revise la consola JavaScript y el registro del servidor para ver los detalles.",
|
||||
"Updating settings has failed." : "Fallo al guardar la configuración modificada.",
|
||||
"Error from Nextcloud server: {msg}" : "Error desde el servidor Nextcloudr: {msg}",
|
||||
"Fetching notes has failed." : "Fallo al recuperar las notas.",
|
||||
"Fetching note {id} has failed." : "Fallo al recuperar la nota {id}",
|
||||
"Refreshing note {id} has failed." : "Fallo al actualizar la nota {id}",
|
||||
|
|
|
@ -65,6 +65,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Espace libre insuffisant.",
|
||||
"See JavaScript console and server log for details." : "Voir la console Javascript et le journal du serveur pour plus de détails.",
|
||||
"Updating settings has failed." : "La mise à jour des paramètres a échoué.",
|
||||
"Error from Nextcloud server: {msg}" : "Erreur du serveur Nextcloud : {msg}",
|
||||
"Fetching notes has failed." : "La recherche de notes a échoué.",
|
||||
"Fetching note {id} has failed." : "La recherche de la note {id} a échoué.",
|
||||
"Refreshing note {id} has failed." : "L'actualisation de la note {id} a échoué.",
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
"Insufficient storage." : "Espace libre insuffisant.",
|
||||
"See JavaScript console and server log for details." : "Voir la console Javascript et le journal du serveur pour plus de détails.",
|
||||
"Updating settings has failed." : "La mise à jour des paramètres a échoué.",
|
||||
"Error from Nextcloud server: {msg}" : "Erreur du serveur Nextcloud : {msg}",
|
||||
"Fetching notes has failed." : "La recherche de notes a échoué.",
|
||||
"Fetching note {id} has failed." : "La recherche de la note {id} a échoué.",
|
||||
"Refreshing note {id} has failed." : "L'actualisation de la note {id} a échoué.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Produciuse un fallo na lectura de notas do sistema de ficheiros.",
|
||||
"Error" : "Erro",
|
||||
"New note" : "Nova nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Escritura de notas sen distraccións ",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "A aplicación Notas é unha aplicación que toma notas sen distracción para [Nextcloud] (https://www.nextcloud.com/). Fornece categorías para unha mellor organización e admite o formato coa sintaxe [Markdown](https://es.wikipedia.org/wiki/Markdown). As notas gárdanse como ficheiros no Nextcloud, polo que pode velas e editalas con calquera cliente Nextcloud. Ademais, unha [REST API](docs/api/README.md) separada permite unha fácil integración en aplicacións de terceiros (actualmente hai aplicacións de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) [[iOS](https://github.com/owncloud/notes-iOS-App) and the [consola](https://git.danielmoch.com/nncli/about) que permiten un acceso cómodo ás súas notas do Nextcloud). Outras características inclúen marcar notas como favoritas.",
|
||||
"Please see Nextcloud server log for details." : "Vexa o rexistro do servidor do Nextcloud para obter máis detalles.",
|
||||
"Deleted {title}" : "{title} foi eliminado",
|
||||
"Deleted {number} notes" : "Eliminadas {number} notas",
|
||||
"Undo Delete" : "Desfacer a eliminación",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Non ten espazo de almacenamento abondo.",
|
||||
"See JavaScript console and server log for details." : "Vexa a consola de JavaScript e o rexistro do servidor para os detalles.",
|
||||
"Updating settings has failed." : "Produciuse un fallo ao actualizar a configuración.",
|
||||
"Error from Nextcloud server: {msg}" : "Produciuse un erro no servidor do Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Produciuse un fallo ao recuperar as notas.",
|
||||
"Fetching note {id} has failed." : "Produciuse un fallo ao recuperar a nota {id}.",
|
||||
"Refreshing note {id} has failed." : "Produciuse un fallo ao actualizar a nota {id}.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Produciuse un fallo na lectura de notas do sistema de ficheiros.",
|
||||
"Error" : "Erro",
|
||||
"New note" : "Nova nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Escritura de notas sen distraccións ",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "A aplicación Notas é unha aplicación que toma notas sen distracción para [Nextcloud] (https://www.nextcloud.com/). Fornece categorías para unha mellor organización e admite o formato coa sintaxe [Markdown](https://es.wikipedia.org/wiki/Markdown). As notas gárdanse como ficheiros no Nextcloud, polo que pode velas e editalas con calquera cliente Nextcloud. Ademais, unha [REST API](docs/api/README.md) separada permite unha fácil integración en aplicacións de terceiros (actualmente hai aplicacións de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) [[iOS](https://github.com/owncloud/notes-iOS-App) and the [consola](https://git.danielmoch.com/nncli/about) que permiten un acceso cómodo ás súas notas do Nextcloud). Outras características inclúen marcar notas como favoritas.",
|
||||
"Please see Nextcloud server log for details." : "Vexa o rexistro do servidor do Nextcloud para obter máis detalles.",
|
||||
"Deleted {title}" : "{title} foi eliminado",
|
||||
"Deleted {number} notes" : "Eliminadas {number} notas",
|
||||
"Undo Delete" : "Desfacer a eliminación",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Non ten espazo de almacenamento abondo.",
|
||||
"See JavaScript console and server log for details." : "Vexa a consola de JavaScript e o rexistro do servidor para os detalles.",
|
||||
"Updating settings has failed." : "Produciuse un fallo ao actualizar a configuración.",
|
||||
"Error from Nextcloud server: {msg}" : "Produciuse un erro no servidor do Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Produciuse un fallo ao recuperar as notas.",
|
||||
"Fetching note {id} has failed." : "Produciuse un fallo ao recuperar a nota {id}.",
|
||||
"Refreshing note {id} has failed." : "Produciuse un fallo ao actualizar a nota {id}.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "La lettura delle note dal filesystem non è riuscita.",
|
||||
"Error" : "Errore",
|
||||
"New note" : "Nuova nota",
|
||||
"Notes" : "Note",
|
||||
"Distraction-free notes and writing" : "Note senza distrazioni e scrittura",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "L'applicazione Note è un'applicazione per prendere note senza distrazioni per [Nextcloud](https://www.nextcloud.com/). Fornisce categorie per un'organizzazione migliore e supporta la formattazione utilizzando la sintassi [Markdown](https://it.wikipedia.org/wiki/Markdown). Le note sono salvate come file nel tuo Nextcloud, in modo che tu possa visualizzarle e modificarle con ogni client Nextcloud. Inoltre, una [API REST](docs/api/README.md) separata consente un'integrazione semplice in applicazioni di terze parti (attualmente ci sono applicazioni di note per [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) e la [console](https://git.danielmoch.com/nncli/about) che consentono un accesso comodo alle note di Nextcloud). Ulteriori funzionalità includono la marcatura delle note come preferite.",
|
||||
"Please see Nextcloud server log for details." : "Vedi i log del server Nextcloud per i dettagli.",
|
||||
"Deleted {title}" : "Eliminato {title}",
|
||||
"Deleted {number} notes" : "Eliminate {number} note",
|
||||
"Undo Delete" : "Annulla eliminazione",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Spazio di archiviazione insufficiente.",
|
||||
"See JavaScript console and server log for details." : "Vedi la console JavaScript e i log del server per i dettagli.",
|
||||
"Updating settings has failed." : "Aggiornamento delle impostazioni non riuscito.",
|
||||
"Error from Nextcloud server: {msg}" : "Errore dal server di Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Recupero delle note non riuscito.",
|
||||
"Fetching note {id} has failed." : "Recupero della nota {id} non riuscito.",
|
||||
"Refreshing note {id} has failed." : "L'aggiornamento della nota {id} non è riuscito.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "La lettura delle note dal filesystem non è riuscita.",
|
||||
"Error" : "Errore",
|
||||
"New note" : "Nuova nota",
|
||||
"Notes" : "Note",
|
||||
"Distraction-free notes and writing" : "Note senza distrazioni e scrittura",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "L'applicazione Note è un'applicazione per prendere note senza distrazioni per [Nextcloud](https://www.nextcloud.com/). Fornisce categorie per un'organizzazione migliore e supporta la formattazione utilizzando la sintassi [Markdown](https://it.wikipedia.org/wiki/Markdown). Le note sono salvate come file nel tuo Nextcloud, in modo che tu possa visualizzarle e modificarle con ogni client Nextcloud. Inoltre, una [API REST](docs/api/README.md) separata consente un'integrazione semplice in applicazioni di terze parti (attualmente ci sono applicazioni di note per [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) e la [console](https://git.danielmoch.com/nncli/about) che consentono un accesso comodo alle note di Nextcloud). Ulteriori funzionalità includono la marcatura delle note come preferite.",
|
||||
"Please see Nextcloud server log for details." : "Vedi i log del server Nextcloud per i dettagli.",
|
||||
"Deleted {title}" : "Eliminato {title}",
|
||||
"Deleted {number} notes" : "Eliminate {number} note",
|
||||
"Undo Delete" : "Annulla eliminazione",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Spazio di archiviazione insufficiente.",
|
||||
"See JavaScript console and server log for details." : "Vedi la console JavaScript e i log del server per i dettagli.",
|
||||
"Updating settings has failed." : "Aggiornamento delle impostazioni non riuscito.",
|
||||
"Error from Nextcloud server: {msg}" : "Errore dal server di Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Recupero delle note non riuscito.",
|
||||
"Fetching note {id} has failed." : "Recupero della nota {id} non riuscito.",
|
||||
"Refreshing note {id} has failed." : "L'aggiornamento della nota {id} non è riuscito.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Odczytanie notatek z systemu plików nie powiodło się.",
|
||||
"Error" : "Błąd",
|
||||
"New note" : "Nowa notatka",
|
||||
"Notes" : "Notatki",
|
||||
"Distraction-free notes and writing" : "Ogólnodostępne notowanie i pisanie ",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Aplikacja Notatki, to bezpłatna aplikacja do robienia notatek dla [Nextcloud](https://www.nextcloud.com/). Zapewnia kategorie dla lepszej organizacji i obsługuje formatowanie przy użyciu składni [Markdown](https://en.wikipedia.org/wiki/Markdown). Notatki są zapisywane jako pliki w Twoim Nextcloud, dzięki czemu możesz je przeglądać i edytować z każdym klientem Nextcloud. Ponadto osobny [REST API](docs/api/README.md) pozwala na łatwą integrację z aplikacjami innych firm (obecnie istnieją aplikacje do notatek dla[Android](https://github.com/stefan-niedermann/nextcloud-notes) i [iOS](https://github.com/owncloud/notes-iOS-App)), które umożliwiają wygodny dostęp do notatek Nextcloud). Kolejne funkcje obejmują oznaczanie notatek jako ulubionych.",
|
||||
"Please see Nextcloud server log for details." : "Szczegółowe informacje można znaleźć w dzienniku serwera Nextcloud.",
|
||||
"Deleted {title}" : "Usunięte {title}",
|
||||
"Deleted {number} notes" : "Usunięto {number} notatki",
|
||||
"Undo Delete" : "Cofnij usunięcie",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Niewystarczająca ilość miejsca.",
|
||||
"See JavaScript console and server log for details." : "Szczegółowe informacje można znaleźć w konsoli JavaScript i w dzienniku serwera.",
|
||||
"Updating settings has failed." : "Aktualizacja ustawień nie powiodła się.",
|
||||
"Error from Nextcloud server: {msg}" : "Błąd z serwera Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Pobranie notatek nie powiodło się.",
|
||||
"Fetching note {id} has failed." : "Pobranie notatki {id} nie powiodło się.",
|
||||
"Refreshing note {id} has failed." : "Odświeżenie notatki {id} nie powiodło się.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Odczytanie notatek z systemu plików nie powiodło się.",
|
||||
"Error" : "Błąd",
|
||||
"New note" : "Nowa notatka",
|
||||
"Notes" : "Notatki",
|
||||
"Distraction-free notes and writing" : "Ogólnodostępne notowanie i pisanie ",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Aplikacja Notatki, to bezpłatna aplikacja do robienia notatek dla [Nextcloud](https://www.nextcloud.com/). Zapewnia kategorie dla lepszej organizacji i obsługuje formatowanie przy użyciu składni [Markdown](https://en.wikipedia.org/wiki/Markdown). Notatki są zapisywane jako pliki w Twoim Nextcloud, dzięki czemu możesz je przeglądać i edytować z każdym klientem Nextcloud. Ponadto osobny [REST API](docs/api/README.md) pozwala na łatwą integrację z aplikacjami innych firm (obecnie istnieją aplikacje do notatek dla[Android](https://github.com/stefan-niedermann/nextcloud-notes) i [iOS](https://github.com/owncloud/notes-iOS-App)), które umożliwiają wygodny dostęp do notatek Nextcloud). Kolejne funkcje obejmują oznaczanie notatek jako ulubionych.",
|
||||
"Please see Nextcloud server log for details." : "Szczegółowe informacje można znaleźć w dzienniku serwera Nextcloud.",
|
||||
"Deleted {title}" : "Usunięte {title}",
|
||||
"Deleted {number} notes" : "Usunięto {number} notatki",
|
||||
"Undo Delete" : "Cofnij usunięcie",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Niewystarczająca ilość miejsca.",
|
||||
"See JavaScript console and server log for details." : "Szczegółowe informacje można znaleźć w konsoli JavaScript i w dzienniku serwera.",
|
||||
"Updating settings has failed." : "Aktualizacja ustawień nie powiodła się.",
|
||||
"Error from Nextcloud server: {msg}" : "Błąd z serwera Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "Pobranie notatek nie powiodło się.",
|
||||
"Fetching note {id} has failed." : "Pobranie notatki {id} nie powiodło się.",
|
||||
"Refreshing note {id} has failed." : "Odświeżenie notatki {id} nie powiodło się.",
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Erro ao ler anotações do sistema de arquivos.",
|
||||
"Error" : "Erro",
|
||||
"New note" : "Nova nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Notas e escrita sem distração",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "O aplicativo Notes é um aplicativo de anotações livre de distrações para o [Nextcloud](https://www.nextcloud.com/). Suporta categorias para uma melhor organização e formatação usando a sintaxe [Markdown](https://en.wikipedia.org/wiki/Markdown). As notas são salvas como arquivos em seu Nextcloud, para que você possa visualizá-las e editá-las com qualquer cliente Nextcloud. Além disso, uma [REST API]docs/api/README.md separada permite uma fácil integração com aplicativos de terceiros (atualmente, há aplicativos de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) e [console](https://git.danielmoch.com/nncli/about) que permitem acesso conveniente às suas anotações do Nextcloud). Outros recursos incluem notas de marcação como favoritos.",
|
||||
"Please see Nextcloud server log for details." : "Verifique os logs do servidor Nextcloud para detalhes.",
|
||||
"Deleted {title}" : "{title} excluído",
|
||||
"Deleted {number} notes" : "{number} anotações excluídas",
|
||||
"Undo Delete" : "Desfazer Exclusão",
|
||||
|
@ -65,6 +67,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Armazenamento insuficiente.",
|
||||
"See JavaScript console and server log for details." : "Veja o console JavaScript console e os logs do servidor para detalhes.",
|
||||
"Updating settings has failed." : "A atualização das configurações falhou.",
|
||||
"Error from Nextcloud server: {msg}" : "Erro do servidor Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "A busca de anotações falhou.",
|
||||
"Fetching note {id} has failed." : "A busca da anotação {id} falhou.",
|
||||
"Refreshing note {id} has failed." : "Erro na atualização da anotação {id}.",
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Erro ao ler anotações do sistema de arquivos.",
|
||||
"Error" : "Erro",
|
||||
"New note" : "Nova nota",
|
||||
"Notes" : "Notas",
|
||||
"Distraction-free notes and writing" : "Notas e escrita sem distração",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "O aplicativo Notes é um aplicativo de anotações livre de distrações para o [Nextcloud](https://www.nextcloud.com/). Suporta categorias para uma melhor organização e formatação usando a sintaxe [Markdown](https://en.wikipedia.org/wiki/Markdown). As notas são salvas como arquivos em seu Nextcloud, para que você possa visualizá-las e editá-las com qualquer cliente Nextcloud. Além disso, uma [REST API]docs/api/README.md separada permite uma fácil integração com aplicativos de terceiros (atualmente, há aplicativos de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) e [console](https://git.danielmoch.com/nncli/about) que permitem acesso conveniente às suas anotações do Nextcloud). Outros recursos incluem notas de marcação como favoritos.",
|
||||
"Please see Nextcloud server log for details." : "Verifique os logs do servidor Nextcloud para detalhes.",
|
||||
"Deleted {title}" : "{title} excluído",
|
||||
"Deleted {number} notes" : "{number} anotações excluídas",
|
||||
"Undo Delete" : "Desfazer Exclusão",
|
||||
|
@ -63,6 +65,7 @@
|
|||
"Insufficient storage." : "Armazenamento insuficiente.",
|
||||
"See JavaScript console and server log for details." : "Veja o console JavaScript console e os logs do servidor para detalhes.",
|
||||
"Updating settings has failed." : "A atualização das configurações falhou.",
|
||||
"Error from Nextcloud server: {msg}" : "Erro do servidor Nextcloud: {msg}",
|
||||
"Fetching notes has failed." : "A busca de anotações falhou.",
|
||||
"Fetching note {id} has failed." : "A busca da anotação {id} falhou.",
|
||||
"Refreshing note {id} has failed." : "Erro na atualização da anotação {id}.",
|
||||
|
|
12
l10n/sr.js
12
l10n/sr.js
|
@ -1,10 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Читање белешки са система фајлова није успело.",
|
||||
"Error" : "Грешка",
|
||||
"New note" : "Нова белешка",
|
||||
"Notes" : "Белешке",
|
||||
"Distraction-free notes and writing" : "Белешке и писање без ометања",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Апликација Белешки је апликација за хватање белешки без ометања за [Некстклауд](https://www.nextcloud.com/).. Подржава [Markdown](https://en.wikipedia.org/wiki/Markdown) синтаксу. Белешке се чувају као фајлови у Некстклауду, тако да их можете видети и мењати са сваким Некстклауд клијентом. Такође, посебан [REST API](docs/api/README.md) дозвољава лаку интеграцију са апликацијама треће стране (тренутно постоји апликација белешку за [Андроид](https://github.com/stefan-niedermann/nextcloud-notes), за [iOS](https://github.com/owncloud/notes-iOS-App) и [конзолу](https://git.danielmoch.com/nncli/about) које дозвољавају једноставан приступ Некстклауд белешкама). Такође, белешке можете означавати као омиљене.",
|
||||
"Please see Nextcloud server log for details." : "Погледајте Некстклауд серверске логове за детаље.",
|
||||
"Deleted {title}" : "Обрисана {title}",
|
||||
"Deleted {number} notes" : "Обрисано {number} белешка/е",
|
||||
"Undo Delete" : "Опозови брисање",
|
||||
|
@ -35,6 +38,7 @@ OC.L10N.register(
|
|||
"Empty note" : "Празна белешка",
|
||||
"Write …" : "Пиши…",
|
||||
"Details" : "Детаљи",
|
||||
"CTRL + /" : "CTRL + /",
|
||||
"Edit" : "Измени",
|
||||
"Preview" : "Претпреглед",
|
||||
"Exit full screen" : "Напусти цео екран",
|
||||
|
@ -49,6 +53,7 @@ OC.L10N.register(
|
|||
"Note has unsaved changes" : "Белешка има несачуваних измена",
|
||||
"Subcategory" : "Подкатегорија",
|
||||
"_%n word_::_%n words_" : ["%n реч","%n речи","%n речи"],
|
||||
"_%n character_::_%n characters_" : ["%n карактер","%n карактера","%n карактера"],
|
||||
"Write down your thoughts without any distractions." : "Запишите Ваше мисли без ометања.",
|
||||
"Use Markdown markups to style your text." : "Користите Markdown језик да стилизујете текст.",
|
||||
"Organize your notes in categories." : "Организујте белешке у категорије.",
|
||||
|
@ -57,12 +62,19 @@ OC.L10N.register(
|
|||
"iOS app" : "iOS апликација",
|
||||
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Крените да пишете белешке кликајући „{newnote}“ из навигације апликације.",
|
||||
"You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "Можете да направите подкатегорије користећи „/“ као разграничавач између категорије родитеља и подкатегорије, нпр. „{parent}/{sub}“",
|
||||
"Note not found." : "Белешка није нађена.",
|
||||
"Note is locked." : "Белешка је закључана.",
|
||||
"Insufficient storage." : "Недовољно места.",
|
||||
"See JavaScript console and server log for details." : "Погледајте JavaScript конзолу и дневник са сервера за детаље.",
|
||||
"Updating settings has failed." : "Ажурирање подешавања није успело.",
|
||||
"Error from Nextcloud server: {msg}" : "Грешка са Некстклауд сервера: {msg}",
|
||||
"Fetching notes has failed." : "Дохватање белешки није успело.",
|
||||
"Fetching note {id} has failed." : "Дохватање белешке {id} није успело.",
|
||||
"Refreshing note {id} has failed." : "Освежавање белешке {id} није успело.",
|
||||
"Renaming note {id} has failed." : "Преименовање белешке {id} није успело.",
|
||||
"Creating new note has failed." : "Прављење нове белешке није успело.",
|
||||
"Saving note {id} has failed." : "Чување белешке {id} није успело.",
|
||||
"Updating title for note {id} has failed." : "Промена наслова белешке {id} није успела.",
|
||||
"Undo delete has failed for note {title}." : "Опозивање брисања није успело за белешку {title}.",
|
||||
"Deleting note {id} has failed." : "Брисање белешке {id} није успело.",
|
||||
"Toggling favorite for note {id} has failed." : "Стављање/уклањање омиљене белешке {id} није успело.",
|
||||
|
|
12
l10n/sr.json
12
l10n/sr.json
|
@ -1,8 +1,11 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Читање белешки са система фајлова није успело.",
|
||||
"Error" : "Грешка",
|
||||
"New note" : "Нова белешка",
|
||||
"Notes" : "Белешке",
|
||||
"Distraction-free notes and writing" : "Белешке и писање без ометања",
|
||||
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "Апликација Белешки је апликација за хватање белешки без ометања за [Некстклауд](https://www.nextcloud.com/).. Подржава [Markdown](https://en.wikipedia.org/wiki/Markdown) синтаксу. Белешке се чувају као фајлови у Некстклауду, тако да их можете видети и мењати са сваким Некстклауд клијентом. Такође, посебан [REST API](docs/api/README.md) дозвољава лаку интеграцију са апликацијама треће стране (тренутно постоји апликација белешку за [Андроид](https://github.com/stefan-niedermann/nextcloud-notes), за [iOS](https://github.com/owncloud/notes-iOS-App) и [конзолу](https://git.danielmoch.com/nncli/about) које дозвољавају једноставан приступ Некстклауд белешкама). Такође, белешке можете означавати као омиљене.",
|
||||
"Please see Nextcloud server log for details." : "Погледајте Некстклауд серверске логове за детаље.",
|
||||
"Deleted {title}" : "Обрисана {title}",
|
||||
"Deleted {number} notes" : "Обрисано {number} белешка/е",
|
||||
"Undo Delete" : "Опозови брисање",
|
||||
|
@ -33,6 +36,7 @@
|
|||
"Empty note" : "Празна белешка",
|
||||
"Write …" : "Пиши…",
|
||||
"Details" : "Детаљи",
|
||||
"CTRL + /" : "CTRL + /",
|
||||
"Edit" : "Измени",
|
||||
"Preview" : "Претпреглед",
|
||||
"Exit full screen" : "Напусти цео екран",
|
||||
|
@ -47,6 +51,7 @@
|
|||
"Note has unsaved changes" : "Белешка има несачуваних измена",
|
||||
"Subcategory" : "Подкатегорија",
|
||||
"_%n word_::_%n words_" : ["%n реч","%n речи","%n речи"],
|
||||
"_%n character_::_%n characters_" : ["%n карактер","%n карактера","%n карактера"],
|
||||
"Write down your thoughts without any distractions." : "Запишите Ваше мисли без ометања.",
|
||||
"Use Markdown markups to style your text." : "Користите Markdown језик да стилизујете текст.",
|
||||
"Organize your notes in categories." : "Организујте белешке у категорије.",
|
||||
|
@ -55,12 +60,19 @@
|
|||
"iOS app" : "iOS апликација",
|
||||
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Крените да пишете белешке кликајући „{newnote}“ из навигације апликације.",
|
||||
"You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "Можете да направите подкатегорије користећи „/“ као разграничавач између категорије родитеља и подкатегорије, нпр. „{parent}/{sub}“",
|
||||
"Note not found." : "Белешка није нађена.",
|
||||
"Note is locked." : "Белешка је закључана.",
|
||||
"Insufficient storage." : "Недовољно места.",
|
||||
"See JavaScript console and server log for details." : "Погледајте JavaScript конзолу и дневник са сервера за детаље.",
|
||||
"Updating settings has failed." : "Ажурирање подешавања није успело.",
|
||||
"Error from Nextcloud server: {msg}" : "Грешка са Некстклауд сервера: {msg}",
|
||||
"Fetching notes has failed." : "Дохватање белешки није успело.",
|
||||
"Fetching note {id} has failed." : "Дохватање белешке {id} није успело.",
|
||||
"Refreshing note {id} has failed." : "Освежавање белешке {id} није успело.",
|
||||
"Renaming note {id} has failed." : "Преименовање белешке {id} није успело.",
|
||||
"Creating new note has failed." : "Прављење нове белешке није успело.",
|
||||
"Saving note {id} has failed." : "Чување белешке {id} није успело.",
|
||||
"Updating title for note {id} has failed." : "Промена наслова белешке {id} није успела.",
|
||||
"Undo delete has failed for note {title}." : "Опозивање брисања није успело за белешку {title}.",
|
||||
"Deleting note {id} has failed." : "Брисање белешке {id} није успело.",
|
||||
"Toggling favorite for note {id} has failed." : "Стављање/уклањање омиљене белешке {id} није успело.",
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
OC.L10N.register(
|
||||
"notes",
|
||||
{
|
||||
"Reading notes from filesystem has failed." : "Läsa anteckningar från filsystemet misslyckades.",
|
||||
"Error" : "Fel",
|
||||
"New note" : "Ny anteckning",
|
||||
"Notes" : "Anteckningar",
|
||||
"Distraction-free notes and writing" : "Distraktionsfria anteckningar och skrivning",
|
||||
"Please see Nextcloud server log for details." : "Se Nextcloud serverlogg för mer information.",
|
||||
"Deleted {title}" : "Raderad {title}",
|
||||
"Deleted {number} notes" : "Raderade {number} anteckningar",
|
||||
"Undo Delete" : "Ångra radering",
|
||||
|
@ -64,6 +66,7 @@ OC.L10N.register(
|
|||
"Insufficient storage." : "Otillräckligt utrymme.",
|
||||
"See JavaScript console and server log for details." : "Se JavaScript-konsol och serverlogg för detaljer.",
|
||||
"Updating settings has failed." : "Kunde inte uppdatera inställningar. ",
|
||||
"Error from Nextcloud server: {msg}" : "Fel från Nextcloud server: {msg}",
|
||||
"Fetching notes has failed." : "Kunde inte hämta anteckningar.",
|
||||
"Fetching note {id} has failed." : "Hämtning av anteckning {id} misslyckades.",
|
||||
"Refreshing note {id} has failed." : "Uppdatering av anteckning {id} misslyckades.",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{ "translations": {
|
||||
"Reading notes from filesystem has failed." : "Läsa anteckningar från filsystemet misslyckades.",
|
||||
"Error" : "Fel",
|
||||
"New note" : "Ny anteckning",
|
||||
"Notes" : "Anteckningar",
|
||||
"Distraction-free notes and writing" : "Distraktionsfria anteckningar och skrivning",
|
||||
"Please see Nextcloud server log for details." : "Se Nextcloud serverlogg för mer information.",
|
||||
"Deleted {title}" : "Raderad {title}",
|
||||
"Deleted {number} notes" : "Raderade {number} anteckningar",
|
||||
"Undo Delete" : "Ångra radering",
|
||||
|
@ -62,6 +64,7 @@
|
|||
"Insufficient storage." : "Otillräckligt utrymme.",
|
||||
"See JavaScript console and server log for details." : "Se JavaScript-konsol och serverlogg för detaljer.",
|
||||
"Updating settings has failed." : "Kunde inte uppdatera inställningar. ",
|
||||
"Error from Nextcloud server: {msg}" : "Fel från Nextcloud server: {msg}",
|
||||
"Fetching notes has failed." : "Kunde inte hämta anteckningar.",
|
||||
"Fetching note {id} has failed." : "Hämtning av anteckning {id} misslyckades.",
|
||||
"Refreshing note {id} has failed." : "Uppdatering av anteckning {id} misslyckades.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче