зеркало из https://github.com/nextcloud/notes.git
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
f86f12981f
Коммит
8eaa4514ce
66
l10n/ca.js
66
l10n/ca.js
|
@ -2,10 +2,13 @@ OC.L10N.register(
|
|||
"notes",
|
||||
{
|
||||
"Notes" : "Notes",
|
||||
"Create new note" : "Crea una nota nova",
|
||||
"More notes" : "Més 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",
|
||||
"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](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) 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ó per prendre notes sense distraccions per a [Nextcloud](https://www.nextcloud.com/). Proporciona categories per a una millor organització i admet el format mitjançant la sintaxi [Markdown](https://en.wikipedia.org/wiki/Markdown). Les notes es guarden com a fitxers al vostre Nextcloud, de manera que podeu veure-les i editar-les amb tots els clients de Nextcloud. A més, una [API REST] independent (https://github.com/nextcloud/notes/blob/master/docs/api/README.md) permet una fàcil integració en aplicacions de tercers (actualment, hi ha aplicacions de notes). per a [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) i la [consola](https://git. danielmoch.com/nncli/about) que permeten un accés còmode a les vostres notes de Nextcloud). Altres funcions inclouen marcar notes com a preferides.",
|
||||
"Help" : "Ajuda",
|
||||
"Please see Nextcloud server log for details." : "Consulteu el registre del servidor del Nextcloud per a veure més detalls.",
|
||||
"Deleted {title}" : "S'ha suprimit {title}",
|
||||
|
@ -14,21 +17,63 @@ OC.L10N.register(
|
|||
"There are unsaved notes. Leaving the page will discard all changes!" : "Hi ha notes sense desar. Si sortiu de la pàgina, es perdran tots els canvis!",
|
||||
"_Deleted {number} note_::_Deleted {number} notes_" : ["S'ha suprimit {number} nota","S'han suprimit {number} notes"],
|
||||
"_Recovered {number} note_::_Recovered {number} notes_" : ["S'ha recuperat {number} nota","S'han recuperat {number} notes"],
|
||||
"Basics" : "Bàsics",
|
||||
"Write down your thoughts without any distractions." : "Escriviu els vostres pensaments sense distraccions.",
|
||||
"Organize your notes in categories." : "Organitzeu les vostres notes en categories.",
|
||||
"Markdown" : "Markdown",
|
||||
"Use Markdown markups to style your text." : "Utilitzeu el format Markdown per a donar estil al text.",
|
||||
"Sequence" : "Seqüència",
|
||||
"Result" : "Resultat",
|
||||
"Visualized" : "Visualitzat",
|
||||
"Shortcuts" : "Enllaços directes",
|
||||
"Use shortcuts to quickly navigate this app." : "Utilitza les dreceres per navegar ràpidament per aquesta aplicació.",
|
||||
"Shortcut" : "Drecera",
|
||||
"Action" : "Acció",
|
||||
"Mobile apps" : "Aplicacions mòbils",
|
||||
"CTRL" : "CTRL",
|
||||
"Make the selection bold" : "Feu la selecció en negreta",
|
||||
"Make the selection italic" : "Feu la selecció en cursiva",
|
||||
"Wrap the selection in quotes" : "Emboliqui la selecció entre cometes",
|
||||
"ALT" : "ALT",
|
||||
"The selection will be turned into monospace" : "La selecció es convertirà en monoespai",
|
||||
"Remove any styles from the selected text" : "Elimina qualsevol estil del text seleccionat",
|
||||
"Makes the current line a list element" : "Fa que la línia actual sigui un element de llista",
|
||||
"Makes the current line a list element with a number" : "Fa que la línia actual sigui un element de llista amb un número",
|
||||
"Toggle heading for current line" : "Canvia l'encapçalament per a la línia actual",
|
||||
"SHIFT" : "MAJÚS",
|
||||
"Set the current line as a big heading" : "Estableix la línia actual com un encapçalament gran",
|
||||
"Insert link" : "Insereix un enllaç",
|
||||
"Insert image" : "Insereix una imatge",
|
||||
"Switch between editor and viewer" : "Canvia entre editor i visualitzador",
|
||||
"bold" : "negreta",
|
||||
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Per a començar a escriure una nota, feu clic a «{newnote}» a la navegació de l'aplicació.",
|
||||
"italic" : "cursiva",
|
||||
"strikethrough" : "ratllat",
|
||||
"Big header" : "Capçalera gran",
|
||||
"Medium header" : "Capçalera mitjana",
|
||||
"Small header" : "Capçalera petita",
|
||||
"Tiny header" : "Capçalera diminuta",
|
||||
"Generic list item" : "Element de llista genèric",
|
||||
"Generic list" : "Llista genèrica",
|
||||
"Numbered list" : "Llista numerada",
|
||||
"Link title" : "Títol de l'enllaç",
|
||||
"link" : "enllaç",
|
||||
"Image title" : "Títol de la imatge",
|
||||
"image" : "imatge",
|
||||
"This is a quote." : "Aquesta és una cita.",
|
||||
"quote" : "cita",
|
||||
"code" : "codi",
|
||||
"Multi line block code" : "Codi de bloc de múltiples línies",
|
||||
"Notes settings" : "Configuració de notes",
|
||||
"Folder to store your notes" : "Carpeta on es desen les notes",
|
||||
"Root directory" : "Carpeta arrel",
|
||||
"File extension for new notes" : "Extensió de fitxer per a les notes noves",
|
||||
"Display mode for notes" : "Mode de visualització de les notes",
|
||||
"User defined" : "Definida per l'usuari",
|
||||
"Open in rich text mode" : "Obre en mode de text enriquit",
|
||||
"Open in edit mode" : "Obre en mode d'edició",
|
||||
"Open in preview mode" : "Obre en mode de previsualització",
|
||||
"Create a sample note with Markdown" : "Creeu una nota de mostra amb Markdown",
|
||||
"No notes yet" : "Encara no hi ha notes",
|
||||
"Upload image" : "Puja una imatge",
|
||||
"Select an image" : "Seleccioneu una imatge",
|
||||
|
@ -36,6 +81,13 @@ OC.L10N.register(
|
|||
"Wrong image" : "Imatge incorrecta",
|
||||
"The file was not uploaded. Check your server logs." : "No s'ha pujat el fitxer. Consulteu els registres del servidor.",
|
||||
"Install the app for your mobile phone in order to access your notes from everywhere." : "Instal·leu l'aplicació en el mòbil per a poder accedir a les vostres notes des de qualsevol lloc.",
|
||||
"Android app: {notes} by {company}" : "Aplicació per a Android: {notes} per {company}",
|
||||
"iOS app: {notes} by {company}" : "Aplicació per a iOS: {notes} per {company}",
|
||||
"Rich text editor" : "Editor de text enriquit",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Ara podeu canviar per utilitzar l'editor de text enriquit fàcil d'utilitzar i sense distraccions. Us permet editar notes sense veure cap marca de Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Aquesta opció també es pot canviar més endavant a la configuració de l'aplicació Notes.",
|
||||
"Keep plain Markdown editor" : "Mantingueu un editor de Markdown senzill",
|
||||
"Use rich editor" : "Utilitza l'editor",
|
||||
"All notes" : "Totes les notes",
|
||||
"Categories" : "Categories",
|
||||
"Loading …" : "S'està carregant…",
|
||||
|
@ -95,8 +147,22 @@ OC.L10N.register(
|
|||
"Toggling favorite for note {id} has failed." : "S'ha produït un error en canviar l'estat de preferit de la nota {id}.",
|
||||
"Updating the note's category has failed. Is the target directory writable?" : "S'ha produït un error en actualitzar la categoria de la nota. Teniu permís d'escriptura a la carpeta de destinació?",
|
||||
"Updating the category for note {id} has failed." : "S'ha produït un error en actualitzar la categoria de la nota {id}.",
|
||||
"Sample note" : "Nota de mostra",
|
||||
"15 January 2021, via Nextcloud Notes" : "15 de gener de 2021, a través de Nextcloud Notes",
|
||||
"Me, you, and all our friends!" : "Jo, tu i tots els nostres amics!",
|
||||
"Tasks" : "Tasques",
|
||||
"Write nice todo lists" : "Escriu bones llistes de tasques",
|
||||
"Buy Fries" : "Comprar patates fregides",
|
||||
"Birthdays" : "Aniversaris",
|
||||
"Jen, in three days!" : "Jen, en tres dies!",
|
||||
"Moss, 21.03.1973" : "Moss, 21.03.1973",
|
||||
"Roy, 1979" : "Roy, 1979",
|
||||
"Review Steps" : "Passos de revisió",
|
||||
"Turn PC off" : "Apagueu el PC",
|
||||
"Turn PC on" : "Enceneu el PC",
|
||||
"Then call IT" : "Llavors truca TI",
|
||||
"Quotes" : "Pressupostos",
|
||||
"Nextcloud, a safe home for all your data" : "Nextcloud, una llar segura per a totes les teves dades",
|
||||
"Development Mode" : "Mode de desenvolupament",
|
||||
"It looks that the notes app was installed from a development source. Please install it from the official <a href=\"%1$s\">Nextcloud App Store</a> instead. If you want to build the Notes app by yourself, please follow the <a href=\"%2$s\">developer instructions</a>." : "Sembla que l'aplicació Notes s'ha instal·lat des d'una font de desenvolupament. Instal·leu-la des de la <a href=\"%1$s\">Botiga d'aplicacions del Nextcloud</a> oficial en el seu lloc. Si voleu compilar l'aplicació Notes pel vostre compte, seguiu les <a href=\"%2$s\"> instruccions per a desenvolupadors</a>."
|
||||
},
|
||||
|
|
66
l10n/ca.json
66
l10n/ca.json
|
@ -1,9 +1,12 @@
|
|||
{ "translations": {
|
||||
"Notes" : "Notes",
|
||||
"Create new note" : "Crea una nota nova",
|
||||
"More notes" : "Més 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",
|
||||
"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](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) 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ó per prendre notes sense distraccions per a [Nextcloud](https://www.nextcloud.com/). Proporciona categories per a una millor organització i admet el format mitjançant la sintaxi [Markdown](https://en.wikipedia.org/wiki/Markdown). Les notes es guarden com a fitxers al vostre Nextcloud, de manera que podeu veure-les i editar-les amb tots els clients de Nextcloud. A més, una [API REST] independent (https://github.com/nextcloud/notes/blob/master/docs/api/README.md) permet una fàcil integració en aplicacions de tercers (actualment, hi ha aplicacions de notes). per a [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) i la [consola](https://git. danielmoch.com/nncli/about) que permeten un accés còmode a les vostres notes de Nextcloud). Altres funcions inclouen marcar notes com a preferides.",
|
||||
"Help" : "Ajuda",
|
||||
"Please see Nextcloud server log for details." : "Consulteu el registre del servidor del Nextcloud per a veure més detalls.",
|
||||
"Deleted {title}" : "S'ha suprimit {title}",
|
||||
|
@ -12,21 +15,63 @@
|
|||
"There are unsaved notes. Leaving the page will discard all changes!" : "Hi ha notes sense desar. Si sortiu de la pàgina, es perdran tots els canvis!",
|
||||
"_Deleted {number} note_::_Deleted {number} notes_" : ["S'ha suprimit {number} nota","S'han suprimit {number} notes"],
|
||||
"_Recovered {number} note_::_Recovered {number} notes_" : ["S'ha recuperat {number} nota","S'han recuperat {number} notes"],
|
||||
"Basics" : "Bàsics",
|
||||
"Write down your thoughts without any distractions." : "Escriviu els vostres pensaments sense distraccions.",
|
||||
"Organize your notes in categories." : "Organitzeu les vostres notes en categories.",
|
||||
"Markdown" : "Markdown",
|
||||
"Use Markdown markups to style your text." : "Utilitzeu el format Markdown per a donar estil al text.",
|
||||
"Sequence" : "Seqüència",
|
||||
"Result" : "Resultat",
|
||||
"Visualized" : "Visualitzat",
|
||||
"Shortcuts" : "Enllaços directes",
|
||||
"Use shortcuts to quickly navigate this app." : "Utilitza les dreceres per navegar ràpidament per aquesta aplicació.",
|
||||
"Shortcut" : "Drecera",
|
||||
"Action" : "Acció",
|
||||
"Mobile apps" : "Aplicacions mòbils",
|
||||
"CTRL" : "CTRL",
|
||||
"Make the selection bold" : "Feu la selecció en negreta",
|
||||
"Make the selection italic" : "Feu la selecció en cursiva",
|
||||
"Wrap the selection in quotes" : "Emboliqui la selecció entre cometes",
|
||||
"ALT" : "ALT",
|
||||
"The selection will be turned into monospace" : "La selecció es convertirà en monoespai",
|
||||
"Remove any styles from the selected text" : "Elimina qualsevol estil del text seleccionat",
|
||||
"Makes the current line a list element" : "Fa que la línia actual sigui un element de llista",
|
||||
"Makes the current line a list element with a number" : "Fa que la línia actual sigui un element de llista amb un número",
|
||||
"Toggle heading for current line" : "Canvia l'encapçalament per a la línia actual",
|
||||
"SHIFT" : "MAJÚS",
|
||||
"Set the current line as a big heading" : "Estableix la línia actual com un encapçalament gran",
|
||||
"Insert link" : "Insereix un enllaç",
|
||||
"Insert image" : "Insereix una imatge",
|
||||
"Switch between editor and viewer" : "Canvia entre editor i visualitzador",
|
||||
"bold" : "negreta",
|
||||
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Per a començar a escriure una nota, feu clic a «{newnote}» a la navegació de l'aplicació.",
|
||||
"italic" : "cursiva",
|
||||
"strikethrough" : "ratllat",
|
||||
"Big header" : "Capçalera gran",
|
||||
"Medium header" : "Capçalera mitjana",
|
||||
"Small header" : "Capçalera petita",
|
||||
"Tiny header" : "Capçalera diminuta",
|
||||
"Generic list item" : "Element de llista genèric",
|
||||
"Generic list" : "Llista genèrica",
|
||||
"Numbered list" : "Llista numerada",
|
||||
"Link title" : "Títol de l'enllaç",
|
||||
"link" : "enllaç",
|
||||
"Image title" : "Títol de la imatge",
|
||||
"image" : "imatge",
|
||||
"This is a quote." : "Aquesta és una cita.",
|
||||
"quote" : "cita",
|
||||
"code" : "codi",
|
||||
"Multi line block code" : "Codi de bloc de múltiples línies",
|
||||
"Notes settings" : "Configuració de notes",
|
||||
"Folder to store your notes" : "Carpeta on es desen les notes",
|
||||
"Root directory" : "Carpeta arrel",
|
||||
"File extension for new notes" : "Extensió de fitxer per a les notes noves",
|
||||
"Display mode for notes" : "Mode de visualització de les notes",
|
||||
"User defined" : "Definida per l'usuari",
|
||||
"Open in rich text mode" : "Obre en mode de text enriquit",
|
||||
"Open in edit mode" : "Obre en mode d'edició",
|
||||
"Open in preview mode" : "Obre en mode de previsualització",
|
||||
"Create a sample note with Markdown" : "Creeu una nota de mostra amb Markdown",
|
||||
"No notes yet" : "Encara no hi ha notes",
|
||||
"Upload image" : "Puja una imatge",
|
||||
"Select an image" : "Seleccioneu una imatge",
|
||||
|
@ -34,6 +79,13 @@
|
|||
"Wrong image" : "Imatge incorrecta",
|
||||
"The file was not uploaded. Check your server logs." : "No s'ha pujat el fitxer. Consulteu els registres del servidor.",
|
||||
"Install the app for your mobile phone in order to access your notes from everywhere." : "Instal·leu l'aplicació en el mòbil per a poder accedir a les vostres notes des de qualsevol lloc.",
|
||||
"Android app: {notes} by {company}" : "Aplicació per a Android: {notes} per {company}",
|
||||
"iOS app: {notes} by {company}" : "Aplicació per a iOS: {notes} per {company}",
|
||||
"Rich text editor" : "Editor de text enriquit",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Ara podeu canviar per utilitzar l'editor de text enriquit fàcil d'utilitzar i sense distraccions. Us permet editar notes sense veure cap marca de Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Aquesta opció també es pot canviar més endavant a la configuració de l'aplicació Notes.",
|
||||
"Keep plain Markdown editor" : "Mantingueu un editor de Markdown senzill",
|
||||
"Use rich editor" : "Utilitza l'editor",
|
||||
"All notes" : "Totes les notes",
|
||||
"Categories" : "Categories",
|
||||
"Loading …" : "S'està carregant…",
|
||||
|
@ -93,8 +145,22 @@
|
|||
"Toggling favorite for note {id} has failed." : "S'ha produït un error en canviar l'estat de preferit de la nota {id}.",
|
||||
"Updating the note's category has failed. Is the target directory writable?" : "S'ha produït un error en actualitzar la categoria de la nota. Teniu permís d'escriptura a la carpeta de destinació?",
|
||||
"Updating the category for note {id} has failed." : "S'ha produït un error en actualitzar la categoria de la nota {id}.",
|
||||
"Sample note" : "Nota de mostra",
|
||||
"15 January 2021, via Nextcloud Notes" : "15 de gener de 2021, a través de Nextcloud Notes",
|
||||
"Me, you, and all our friends!" : "Jo, tu i tots els nostres amics!",
|
||||
"Tasks" : "Tasques",
|
||||
"Write nice todo lists" : "Escriu bones llistes de tasques",
|
||||
"Buy Fries" : "Comprar patates fregides",
|
||||
"Birthdays" : "Aniversaris",
|
||||
"Jen, in three days!" : "Jen, en tres dies!",
|
||||
"Moss, 21.03.1973" : "Moss, 21.03.1973",
|
||||
"Roy, 1979" : "Roy, 1979",
|
||||
"Review Steps" : "Passos de revisió",
|
||||
"Turn PC off" : "Apagueu el PC",
|
||||
"Turn PC on" : "Enceneu el PC",
|
||||
"Then call IT" : "Llavors truca TI",
|
||||
"Quotes" : "Pressupostos",
|
||||
"Nextcloud, a safe home for all your data" : "Nextcloud, una llar segura per a totes les teves dades",
|
||||
"Development Mode" : "Mode de desenvolupament",
|
||||
"It looks that the notes app was installed from a development source. Please install it from the official <a href=\"%1$s\">Nextcloud App Store</a> instead. If you want to build the Notes app by yourself, please follow the <a href=\"%2$s\">developer instructions</a>." : "Sembla que l'aplicació Notes s'ha instal·lat des d'una font de desenvolupament. Instal·leu-la des de la <a href=\"%1$s\">Botiga d'aplicacions del Nextcloud</a> oficial en el seu lloc. Si voleu compilar l'aplicació Notes pel vostre compte, seguiu les <a href=\"%2$s\"> instruccions per a desenvolupadors</a>."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Otevřít v režimu formátovaného textu",
|
||||
"Open in edit mode" : "Otevřít v režimu úprav",
|
||||
"Open in preview mode" : "Otevřít v náhledovém režimu",
|
||||
"Create a sample note with Markdown" : "Vytvořit ukázkovou poznámku využívající Markdown značky",
|
||||
"No notes yet" : "Zatím žádné poznámky",
|
||||
"Upload image" : "Nahrát obrázek",
|
||||
"Select an image" : "Vyberte obrázek",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Android aplikace: {notes} od {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS aplikace {notes} od {company}",
|
||||
"Rich text editor" : "Editor formátovaného textu",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Nyní je možné přepnout na snadno použitelný a pozornost nerozptylující editor formátovaného textu. Ten umožňuje upravovat poznámky bez zobrazování Markdown značek.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Tuto volbu je také možné změnit později v nastavení aplikace Poznámky.",
|
||||
"Keep plain Markdown editor" : "Ponechat editor holého Markdown",
|
||||
"Use rich editor" : "Použít editor formátovaného",
|
||||
"All notes" : "Všechny poznámky",
|
||||
"Categories" : "Kategorie",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Otevřít v režimu formátovaného textu",
|
||||
"Open in edit mode" : "Otevřít v režimu úprav",
|
||||
"Open in preview mode" : "Otevřít v náhledovém režimu",
|
||||
"Create a sample note with Markdown" : "Vytvořit ukázkovou poznámku využívající Markdown značky",
|
||||
"No notes yet" : "Zatím žádné poznámky",
|
||||
"Upload image" : "Nahrát obrázek",
|
||||
"Select an image" : "Vyberte obrázek",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Android aplikace: {notes} od {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS aplikace {notes} od {company}",
|
||||
"Rich text editor" : "Editor formátovaného textu",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Nyní je možné přepnout na snadno použitelný a pozornost nerozptylující editor formátovaného textu. Ten umožňuje upravovat poznámky bez zobrazování Markdown značek.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Tuto volbu je také možné změnit později v nastavení aplikace Poznámky.",
|
||||
"Keep plain Markdown editor" : "Ponechat editor holého Markdown",
|
||||
"Use rich editor" : "Použít editor formátovaného",
|
||||
"All notes" : "Všechny poznámky",
|
||||
"Categories" : "Kategorie",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Im Rich-Text-Modus öffnen",
|
||||
"Open in edit mode" : "Im Bearbeitungsmodus öffnen",
|
||||
"Open in preview mode" : "Im Vorschaumodus öffnen",
|
||||
"Create a sample note with Markdown" : "Eine Beispielnotiz mit Markdown erstellen",
|
||||
"No notes yet" : "Noch keine Notizen vorhanden",
|
||||
"Upload image" : "Bild hochladen",
|
||||
"Select an image" : "Ein Bild auswählen",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
|
||||
"Rich text editor" : "Richt-Text-Editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Du kannst jetzt zum benutzerfreundlichen und ablenkungsfreien Rich-Text-Editor wechseln. Du kannst Notizen bearbeiten, ohne Markdown-Codes zu sehen.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Diese Einstellung kann auch später in den Einstellungen der Notes-App geändert werden.",
|
||||
"Keep plain Markdown editor" : "Einfachen Markdown-Editor beibehalten",
|
||||
"Use rich editor" : "Richt-Text Editor benutzen",
|
||||
"All notes" : "Alle Notizen",
|
||||
"Categories" : "Kategorien",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Im Rich-Text-Modus öffnen",
|
||||
"Open in edit mode" : "Im Bearbeitungsmodus öffnen",
|
||||
"Open in preview mode" : "Im Vorschaumodus öffnen",
|
||||
"Create a sample note with Markdown" : "Eine Beispielnotiz mit Markdown erstellen",
|
||||
"No notes yet" : "Noch keine Notizen vorhanden",
|
||||
"Upload image" : "Bild hochladen",
|
||||
"Select an image" : "Ein Bild auswählen",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
|
||||
"Rich text editor" : "Richt-Text-Editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Du kannst jetzt zum benutzerfreundlichen und ablenkungsfreien Rich-Text-Editor wechseln. Du kannst Notizen bearbeiten, ohne Markdown-Codes zu sehen.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Diese Einstellung kann auch später in den Einstellungen der Notes-App geändert werden.",
|
||||
"Keep plain Markdown editor" : "Einfachen Markdown-Editor beibehalten",
|
||||
"Use rich editor" : "Richt-Text Editor benutzen",
|
||||
"All notes" : "Alle Notizen",
|
||||
"Categories" : "Kategorien",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Im Rich-Text-Modus öffnen",
|
||||
"Open in edit mode" : "Im Bearbeitungsmodus öffnen",
|
||||
"Open in preview mode" : "Im Vorschaumodus öffnen",
|
||||
"Create a sample note with Markdown" : "Eine Beispielnotiz mit Markdown erstellen",
|
||||
"No notes yet" : "Noch keine Notizen vorhanden",
|
||||
"Upload image" : "Bild hochladen",
|
||||
"Select an image" : "Ein Bild auswählen",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
|
||||
"Rich text editor" : "Rich-Text-Editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Sie können jetzt zum benutzerfreundlichen und ablenkungsfreien Rich-Text-Editor wechseln. Dort können Sie Notizen bearbeiten, ohne Markdown-Codes zu sehen.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Diese Einstellung kann auch später in den Einstellungen der Notes-App geändert werden.",
|
||||
"Keep plain Markdown editor" : "Einfachen Markdown-Editor beibehalten",
|
||||
"Use rich editor" : "Rich-Text Editor benutzen",
|
||||
"All notes" : "Alle Notizen",
|
||||
"Categories" : "Kategorien",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Im Rich-Text-Modus öffnen",
|
||||
"Open in edit mode" : "Im Bearbeitungsmodus öffnen",
|
||||
"Open in preview mode" : "Im Vorschaumodus öffnen",
|
||||
"Create a sample note with Markdown" : "Eine Beispielnotiz mit Markdown erstellen",
|
||||
"No notes yet" : "Noch keine Notizen vorhanden",
|
||||
"Upload image" : "Bild hochladen",
|
||||
"Select an image" : "Ein Bild auswählen",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
|
||||
"Rich text editor" : "Rich-Text-Editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Sie können jetzt zum benutzerfreundlichen und ablenkungsfreien Rich-Text-Editor wechseln. Dort können Sie Notizen bearbeiten, ohne Markdown-Codes zu sehen.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Diese Einstellung kann auch später in den Einstellungen der Notes-App geändert werden.",
|
||||
"Keep plain Markdown editor" : "Einfachen Markdown-Editor beibehalten",
|
||||
"Use rich editor" : "Rich-Text Editor benutzen",
|
||||
"All notes" : "Alle Notizen",
|
||||
"Categories" : "Kategorien",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Open in rich text mode",
|
||||
"Open in edit mode" : "Open in edit mode",
|
||||
"Open in preview mode" : "Open in preview mode",
|
||||
"Create a sample note with Markdown" : "Create a sample note with Markdown",
|
||||
"No notes yet" : "No notes yet",
|
||||
"Upload image" : "Upload image",
|
||||
"Select an image" : "Select an image",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Android app: {notes} by {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS app: {notes} by {company}",
|
||||
"Rich text editor" : "Rich text editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks.",
|
||||
"This option can also be changed later on in the Notes app settings." : "This option can also be changed later on in the Notes app settings.",
|
||||
"Keep plain Markdown editor" : "Keep plain Markdown editor",
|
||||
"Use rich editor" : "Use rich editor",
|
||||
"All notes" : "All notes",
|
||||
"Categories" : "Categories",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Open in rich text mode",
|
||||
"Open in edit mode" : "Open in edit mode",
|
||||
"Open in preview mode" : "Open in preview mode",
|
||||
"Create a sample note with Markdown" : "Create a sample note with Markdown",
|
||||
"No notes yet" : "No notes yet",
|
||||
"Upload image" : "Upload image",
|
||||
"Select an image" : "Select an image",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Android app: {notes} by {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS app: {notes} by {company}",
|
||||
"Rich text editor" : "Rich text editor",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks.",
|
||||
"This option can also be changed later on in the Notes app settings." : "This option can also be changed later on in the Notes app settings.",
|
||||
"Keep plain Markdown editor" : "Keep plain Markdown editor",
|
||||
"Use rich editor" : "Use rich editor",
|
||||
"All notes" : "All notes",
|
||||
"Categories" : "Categories",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Ouvrir en mode texte enrichi",
|
||||
"Open in edit mode" : "Ouvrir en mode édition",
|
||||
"Open in preview mode" : "Ouvrir en mode aperçu",
|
||||
"Create a sample note with Markdown" : "Créer un exemple de note avec Markdown",
|
||||
"No notes yet" : "Aucune note pour l'instant",
|
||||
"Upload image" : "Téléverser une image",
|
||||
"Select an image" : "Sélectionner une image",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "App Android : {notes} par {company}",
|
||||
"iOS app: {notes} by {company}" : "App iOS : {notes} by {company}",
|
||||
"Rich text editor" : "Éditeur de texte enrichi",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Vous pouvez maintenant passer à l'éditeur de texte enrichi, facile à utiliser et sans distraction. Il vous permet d'éditer des notes sans voir les balises Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Cette option peut également être modifiée ultérieurement dans les paramètres de l'application Notes.",
|
||||
"Keep plain Markdown editor" : "Conserver l'éditeur Markdown simple",
|
||||
"Use rich editor" : "Utiliser un éditeur enrichi",
|
||||
"All notes" : "Toutes les notes",
|
||||
"Categories" : "Catégories",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Ouvrir en mode texte enrichi",
|
||||
"Open in edit mode" : "Ouvrir en mode édition",
|
||||
"Open in preview mode" : "Ouvrir en mode aperçu",
|
||||
"Create a sample note with Markdown" : "Créer un exemple de note avec Markdown",
|
||||
"No notes yet" : "Aucune note pour l'instant",
|
||||
"Upload image" : "Téléverser une image",
|
||||
"Select an image" : "Sélectionner une image",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "App Android : {notes} par {company}",
|
||||
"iOS app: {notes} by {company}" : "App iOS : {notes} by {company}",
|
||||
"Rich text editor" : "Éditeur de texte enrichi",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Vous pouvez maintenant passer à l'éditeur de texte enrichi, facile à utiliser et sans distraction. Il vous permet d'éditer des notes sans voir les balises Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Cette option peut également être modifiée ultérieurement dans les paramètres de l'application Notes.",
|
||||
"Keep plain Markdown editor" : "Conserver l'éditeur Markdown simple",
|
||||
"Use rich editor" : "Utiliser un éditeur enrichi",
|
||||
"All notes" : "Toutes les notes",
|
||||
"Categories" : "Catégories",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Open in rich text mode",
|
||||
"Open in edit mode" : "Abra no modo de edição",
|
||||
"Open in preview mode" : "Abrir no modo de visualização",
|
||||
"Create a sample note with Markdown" : "Crie uma nota de amostra com Remarcador",
|
||||
"No notes yet" : "Nenhuma nota ainda",
|
||||
"Upload image" : "Enviar Imagem",
|
||||
"Select an image" : "Selecione uma imagem",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Aplicativo Android: {notes} por {company}",
|
||||
"iOS app: {notes} by {company}" : "Aplicativo iOS: {notes} por {company}",
|
||||
"Rich text editor" : "Editor de texto rich",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Agora você pode alternar para usar o editor de rich text fácil de usar e livre de distrações. Ele permite que você edite notas sem ver nenhuma marca de Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "This option can also be changed later on in the Notes app settings.",
|
||||
"Keep plain Markdown editor" : "Mantenha o editor Remarcador simples",
|
||||
"Use rich editor" : "Use rich editor",
|
||||
"All notes" : "Todas as notas",
|
||||
"Categories" : "Categorias",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Open in rich text mode",
|
||||
"Open in edit mode" : "Abra no modo de edição",
|
||||
"Open in preview mode" : "Abrir no modo de visualização",
|
||||
"Create a sample note with Markdown" : "Crie uma nota de amostra com Remarcador",
|
||||
"No notes yet" : "Nenhuma nota ainda",
|
||||
"Upload image" : "Enviar Imagem",
|
||||
"Select an image" : "Selecione uma imagem",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Aplicativo Android: {notes} por {company}",
|
||||
"iOS app: {notes} by {company}" : "Aplicativo iOS: {notes} por {company}",
|
||||
"Rich text editor" : "Editor de texto rich",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Agora você pode alternar para usar o editor de rich text fácil de usar e livre de distrações. Ele permite que você edite notas sem ver nenhuma marca de Markdown.",
|
||||
"This option can also be changed later on in the Notes app settings." : "This option can also be changed later on in the Notes app settings.",
|
||||
"Keep plain Markdown editor" : "Mantenha o editor Remarcador simples",
|
||||
"Use rich editor" : "Use rich editor",
|
||||
"All notes" : "Todas as notas",
|
||||
"Categories" : "Categorias",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "Отвори у режиму форматираног текста",
|
||||
"Open in edit mode" : "Отвори у режиму уређивања",
|
||||
"Open in preview mode" : "Отвори у режиму прегледа",
|
||||
"Create a sample note with Markdown" : "Креирај белешку за пример са Markdown",
|
||||
"No notes yet" : "Још нема белешки",
|
||||
"Upload image" : "Отпреми слику",
|
||||
"Select an image" : "Изаберите слику",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Андроид апликација: {notes} фирме {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS апликација: {notes} фирме {company}",
|
||||
"Rich text editor" : "Едитор форматираног текста",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Сада можете да пређете на едитор форматираног текста, једноставан за коришћење и без непотребних ствари. Помоћу њега можете да уређујете белешке тако да вам се не приказују Markdown ознаке.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Ова опција такође може и касније да се промени у подешавањима апликације Белешке.",
|
||||
"Keep plain Markdown editor" : "Задржи прости Markdown едитор",
|
||||
"Use rich editor" : "Користи едитор форматираног текста",
|
||||
"All notes" : "Све белешке",
|
||||
"Categories" : "Категорије",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "Отвори у режиму форматираног текста",
|
||||
"Open in edit mode" : "Отвори у режиму уређивања",
|
||||
"Open in preview mode" : "Отвори у режиму прегледа",
|
||||
"Create a sample note with Markdown" : "Креирај белешку за пример са Markdown",
|
||||
"No notes yet" : "Још нема белешки",
|
||||
"Upload image" : "Отпреми слику",
|
||||
"Select an image" : "Изаберите слику",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Андроид апликација: {notes} фирме {company}",
|
||||
"iOS app: {notes} by {company}" : "iOS апликација: {notes} фирме {company}",
|
||||
"Rich text editor" : "Едитор форматираног текста",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "Сада можете да пређете на едитор форматираног текста, једноставан за коришћење и без непотребних ствари. Помоћу њега можете да уређујете белешке тако да вам се не приказују Markdown ознаке.",
|
||||
"This option can also be changed later on in the Notes app settings." : "Ова опција такође може и касније да се промени у подешавањима апликације Белешке.",
|
||||
"Keep plain Markdown editor" : "Задржи прости Markdown едитор",
|
||||
"Use rich editor" : "Користи едитор форматираног текста",
|
||||
"All notes" : "Све белешке",
|
||||
"Categories" : "Категорије",
|
||||
|
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Open in rich text mode" : "以富文字模式打開",
|
||||
"Open in edit mode" : "以編輯模式開啟",
|
||||
"Open in preview mode" : "以預覽模式開啟",
|
||||
"Create a sample note with Markdown" : "使用 Markdown 建立範例筆記",
|
||||
"No notes yet" : "尚未有筆記",
|
||||
"Upload image" : "上傳圖像",
|
||||
"Select an image" : "選擇圖像",
|
||||
|
@ -83,7 +84,9 @@ OC.L10N.register(
|
|||
"Android app: {notes} by {company}" : "Android 應用程式:由 {company} 製作的 {notes}",
|
||||
"iOS app: {notes} by {company}" : "iOS 應用程式:由 {company} 製作的 {notes}",
|
||||
"Rich text editor" : "以富文字模式打開",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "您現在可以切換到使用易於使用且無干擾的富文字編輯器。它允許您在編輯筆記時看不到任何 markdown 標記。",
|
||||
"This option can also be changed later on in the Notes app settings." : "稍後也可以在 Notes 應用程式設置中更改此選項。",
|
||||
"Keep plain Markdown editor" : "保留普通的 markdown 編輯器",
|
||||
"Use rich editor" : "使用富文字編輯器",
|
||||
"All notes" : "全部筆記",
|
||||
"Categories" : "分類",
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
"Open in rich text mode" : "以富文字模式打開",
|
||||
"Open in edit mode" : "以編輯模式開啟",
|
||||
"Open in preview mode" : "以預覽模式開啟",
|
||||
"Create a sample note with Markdown" : "使用 Markdown 建立範例筆記",
|
||||
"No notes yet" : "尚未有筆記",
|
||||
"Upload image" : "上傳圖像",
|
||||
"Select an image" : "選擇圖像",
|
||||
|
@ -81,7 +82,9 @@
|
|||
"Android app: {notes} by {company}" : "Android 應用程式:由 {company} 製作的 {notes}",
|
||||
"iOS app: {notes} by {company}" : "iOS 應用程式:由 {company} 製作的 {notes}",
|
||||
"Rich text editor" : "以富文字模式打開",
|
||||
"You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks." : "您現在可以切換到使用易於使用且無干擾的富文字編輯器。它允許您在編輯筆記時看不到任何 markdown 標記。",
|
||||
"This option can also be changed later on in the Notes app settings." : "稍後也可以在 Notes 應用程式設置中更改此選項。",
|
||||
"Keep plain Markdown editor" : "保留普通的 markdown 編輯器",
|
||||
"Use rich editor" : "使用富文字編輯器",
|
||||
"All notes" : "全部筆記",
|
||||
"Categories" : "分類",
|
||||
|
|
Загрузка…
Ссылка в новой задаче