[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-10-22 02:39:28 +00:00
Родитель faff0036c2
Коммит 36172e87db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
8 изменённых файлов: 250 добавлений и 0 удалений

Просмотреть файл

@ -15,20 +15,52 @@ OC.L10N.register(
"There are unsaved notes. Leaving the page will discard all changes!" : "Es existieren nicht-gespeicherte Notizen. Beim Verlassen der Seite gehen alle Änderungen verloren!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} Notiz gelöscht","{number} Notizen gelöscht"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} Notiz wiederhergestellt","{number} Notizen wiederhergestellt"],
"Basics" : "Grundlagen",
"Write down your thoughts without any distractions." : "Schreibe deine Gedanken ohne jegliche Störungen auf.",
"Organize your notes in categories." : "Sortiere deine Notizen in Kategorien.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Verwende Markdown um deinen Text zu gestalten.",
"Sequence" : "Reihenfolge",
"Result" : "Ergebnis",
"Visualized" : "Visualisiert",
"Shortcuts" : "Tastaturkürzel",
"Use shortcuts to quickly navigate this app." : "Verwende Tastaturkürzel, um schnell durch die App zu navigieren.",
"Shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Mobile apps" : "Mobile-Apps",
"CTRL" : "STRG",
"Make the selection bold" : "Die Auswahl fett formatieren",
"Make the selection italic" : "Die Auswahl kursiv formatieren",
"Wrap the selection in quotes" : "Schließe die Auswahl mit Anführungszeichen ein",
"ALT" : "ALT",
"The selection will be turned into monospace" : "Für die Auswahl eine nichtproportiale Schriftart verwenden",
"Remove any styles from the selected text" : "All Formatierungen von dem ausgewählten Text entfernen",
"Makes the current line a list element" : "Aus aktuellen Zeile ein Listenelement erstellen",
"Makes the current line a list element with a number" : "Aus aktuellen Zeile ein nummeriertes Listenelement erstellen",
"Toggle heading for current line" : "Überschrift für die aktuelle Zeile umschalten",
"SHIFT" : "Umschalttaste (SHIFT)",
"Set the current line as a big heading" : "Aus der aktuellen Zeile eine große Überschrift erstellen",
"Insert link" : "Link einfügen",
"Insert image" : "Bild einfügen",
"Switch between editor and viewer" : "Zwischen Editor und Viewer wechseln",
"bold" : "fett",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Erstelle eine Notiz per Klick auf „{newnote}“ in der App-Navigation.",
"italic" : "kursiv",
"strikethrough" : "durchgestrichen",
"Big header" : "Große Überschrift",
"Medium header" : "Mittlelgroße Überschrift",
"Small header" : "Kleine Überschrift",
"Tiny header" : "Sehr kleine Überschrift",
"Generic list item" : "Generisches Listenelement",
"Generic list" : "Allgemeine Liste",
"Numbered list" : "Nummerierte Liste",
"Link title" : "Linktitel",
"link" : "Link",
"Image title" : "Bild-Titel",
"image" : "Bild",
"This is a quote." : "Dies ist ein Zitat.",
"quote" : "Zitat",
"code" : "Quelltext",
"Notes settings" : "Notizen-Einstellungen",
"Folder to store your notes" : "Ordner zum Speichern deiner Notizen",
"Root directory" : "Hauptverzeichnis",
@ -37,6 +69,7 @@ OC.L10N.register(
"User defined" : "Benutzerdefiniert",
"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",
@ -44,6 +77,8 @@ OC.L10N.register(
"Wrong image" : "Falsches Bild",
"The file was not uploaded. Check your server logs." : "Die Datei wurde nicht hochgeladen. Überprüfe deine Serverprotokolle.",
"Install the app for your mobile phone in order to access your notes from everywhere." : "Installiere die mobile App, um deine Notizen von überall zu nutzen.",
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
"All notes" : "Alle Notizen",
"Categories" : "Kategorien",
"Loading …" : "Lade …",
@ -103,9 +138,20 @@ OC.L10N.register(
"Toggling favorite for note {id} has failed." : "Setzen der Notiz {id} als Favorit fehlgeschlagen.",
"Updating the note's category has failed. Is the target directory writable?" : "Aktualisierung der Notizen-Kategorie ist gescheitert. Bestehen Schreibrechte für das Zielverzeichnis?",
"Updating the category for note {id} has failed." : "Ändern der Kategorie für Notiz {id} fehlgeschlagen.",
"Sample note" : "Beispielnotiz",
"15 January 2021, via Nextcloud Notes" : "15. Januar 2021, über Nextcloud Notes",
"Me, you, and all our friends!" : "Ich, du und all unseren Freunde!",
"Tasks" : "Aufgaben",
"Write nice todo lists" : "Ansprechende Todo-Listen erstellen",
"Buy Fries" : "Pommes kaufen",
"Birthdays" : "Geburtstage",
"Jen, in three days!" : "Jen, in drei Tagen!",
"Moss, 21.03.1973" : "Moss, 21.03.1973",
"Roy, 1979" : "Roy, 1979",
"Review Steps" : "Überprüfungsschritte",
"Turn PC off" : "PC ausschalten",
"Turn PC on" : "PC einschalten",
"Then call IT" : "Dann rufe die IT an",
"Quotes" : "Angebote",
"Nextcloud, a safe home for all your data" : "Nextcloud, ein sicherer Ort für all deine Daten",
"Development Mode" : "Entwickler-Modus",

Просмотреть файл

@ -13,20 +13,52 @@
"There are unsaved notes. Leaving the page will discard all changes!" : "Es existieren nicht-gespeicherte Notizen. Beim Verlassen der Seite gehen alle Änderungen verloren!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} Notiz gelöscht","{number} Notizen gelöscht"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} Notiz wiederhergestellt","{number} Notizen wiederhergestellt"],
"Basics" : "Grundlagen",
"Write down your thoughts without any distractions." : "Schreibe deine Gedanken ohne jegliche Störungen auf.",
"Organize your notes in categories." : "Sortiere deine Notizen in Kategorien.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Verwende Markdown um deinen Text zu gestalten.",
"Sequence" : "Reihenfolge",
"Result" : "Ergebnis",
"Visualized" : "Visualisiert",
"Shortcuts" : "Tastaturkürzel",
"Use shortcuts to quickly navigate this app." : "Verwende Tastaturkürzel, um schnell durch die App zu navigieren.",
"Shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Mobile apps" : "Mobile-Apps",
"CTRL" : "STRG",
"Make the selection bold" : "Die Auswahl fett formatieren",
"Make the selection italic" : "Die Auswahl kursiv formatieren",
"Wrap the selection in quotes" : "Schließe die Auswahl mit Anführungszeichen ein",
"ALT" : "ALT",
"The selection will be turned into monospace" : "Für die Auswahl eine nichtproportiale Schriftart verwenden",
"Remove any styles from the selected text" : "All Formatierungen von dem ausgewählten Text entfernen",
"Makes the current line a list element" : "Aus aktuellen Zeile ein Listenelement erstellen",
"Makes the current line a list element with a number" : "Aus aktuellen Zeile ein nummeriertes Listenelement erstellen",
"Toggle heading for current line" : "Überschrift für die aktuelle Zeile umschalten",
"SHIFT" : "Umschalttaste (SHIFT)",
"Set the current line as a big heading" : "Aus der aktuellen Zeile eine große Überschrift erstellen",
"Insert link" : "Link einfügen",
"Insert image" : "Bild einfügen",
"Switch between editor and viewer" : "Zwischen Editor und Viewer wechseln",
"bold" : "fett",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Erstelle eine Notiz per Klick auf „{newnote}“ in der App-Navigation.",
"italic" : "kursiv",
"strikethrough" : "durchgestrichen",
"Big header" : "Große Überschrift",
"Medium header" : "Mittlelgroße Überschrift",
"Small header" : "Kleine Überschrift",
"Tiny header" : "Sehr kleine Überschrift",
"Generic list item" : "Generisches Listenelement",
"Generic list" : "Allgemeine Liste",
"Numbered list" : "Nummerierte Liste",
"Link title" : "Linktitel",
"link" : "Link",
"Image title" : "Bild-Titel",
"image" : "Bild",
"This is a quote." : "Dies ist ein Zitat.",
"quote" : "Zitat",
"code" : "Quelltext",
"Notes settings" : "Notizen-Einstellungen",
"Folder to store your notes" : "Ordner zum Speichern deiner Notizen",
"Root directory" : "Hauptverzeichnis",
@ -35,6 +67,7 @@
"User defined" : "Benutzerdefiniert",
"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",
@ -42,6 +75,8 @@
"Wrong image" : "Falsches Bild",
"The file was not uploaded. Check your server logs." : "Die Datei wurde nicht hochgeladen. Überprüfe deine Serverprotokolle.",
"Install the app for your mobile phone in order to access your notes from everywhere." : "Installiere die mobile App, um deine Notizen von überall zu nutzen.",
"Android app: {notes} by {company}" : "Android-App: {notes} von {company}",
"iOS app: {notes} by {company}" : "iOS-App: {notes} von {company}",
"All notes" : "Alle Notizen",
"Categories" : "Kategorien",
"Loading …" : "Lade …",
@ -101,9 +136,20 @@
"Toggling favorite for note {id} has failed." : "Setzen der Notiz {id} als Favorit fehlgeschlagen.",
"Updating the note's category has failed. Is the target directory writable?" : "Aktualisierung der Notizen-Kategorie ist gescheitert. Bestehen Schreibrechte für das Zielverzeichnis?",
"Updating the category for note {id} has failed." : "Ändern der Kategorie für Notiz {id} fehlgeschlagen.",
"Sample note" : "Beispielnotiz",
"15 January 2021, via Nextcloud Notes" : "15. Januar 2021, über Nextcloud Notes",
"Me, you, and all our friends!" : "Ich, du und all unseren Freunde!",
"Tasks" : "Aufgaben",
"Write nice todo lists" : "Ansprechende Todo-Listen erstellen",
"Buy Fries" : "Pommes kaufen",
"Birthdays" : "Geburtstage",
"Jen, in three days!" : "Jen, in drei Tagen!",
"Moss, 21.03.1973" : "Moss, 21.03.1973",
"Roy, 1979" : "Roy, 1979",
"Review Steps" : "Überprüfungsschritte",
"Turn PC off" : "PC ausschalten",
"Turn PC on" : "PC einschalten",
"Then call IT" : "Dann rufe die IT an",
"Quotes" : "Angebote",
"Nextcloud, a safe home for all your data" : "Nextcloud, ein sicherer Ort für all deine Daten",
"Development Mode" : "Entwickler-Modus",

Просмотреть файл

@ -15,28 +15,53 @@ OC.L10N.register(
"There are unsaved notes. Leaving the page will discard all changes!" : "Es existieren nicht-gespeicherte Notizen. Beim Verlassen der Seite gehen alle Änderungen verloren!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} Notiz gelöscht","{number} Notizen gelöscht"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} Notiz wiederhergestellt","{number} Notizen wiederhergestellt"],
"Basics" : "Grundlagen",
"Write down your thoughts without any distractions." : "Schreiben Sie Ihre Gedanken ohne jegliche Störungen auf.",
"Organize your notes in categories." : "Sortieren Sie Ihre Notizen in Kategorien.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Verwenden Sie Markdown um Ihren Text zu gestalten.",
"Sequence" : "Reihenfolge",
"Result" : "Ergebnis",
"Visualized" : "Visualisiert",
"Shortcuts" : "Schnellzugriffe",
"Use shortcuts to quickly navigate this app." : "Verwenden Sie Tastaturkürzel, um schnell durch diese App zu navigieren.",
"Shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Mobile apps" : "Mobile Apps",
"CTRL" : "STRG",
"Make the selection bold" : "Die Auswahl fett machen",
"Make the selection italic" : "Die Auswahl kursiv machen",
"Wrap the selection in quotes" : "Die Auswahl mit Anführungszeichen einschließen",
"ALT" : "ALT",
"The selection will be turned into monospace" : "Die Auswahl wird in Monospace umgewandelt",
"Remove any styles from the selected text" : "All Formatierungen von dem ausgewählten Text entfernen",
"Makes the current line a list element" : "Macht aus der aktuellen Zeile ein Listenelement",
"Makes the current line a list element with a number" : "Macht aus der aktuellen Zeile ein nummeriertes Listenelement",
"Toggle heading for current line" : "Überschrift für die aktuelle Zeile umschalten",
"SHIFT" : "Hochstelltaste (SHIFT)",
"Set the current line as a big heading" : "Legen Sie die aktuelle Zeile als große Überschrift fest",
"Insert link" : "Link einfügen",
"Insert image" : "Bild einfügen",
"Switch between editor and viewer" : "Zwischen Editor und Viewer wechseln",
"bold" : "Fett",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Erstellen Sie eine Notiz per Klick auf „{newnote}“ in der App-Navigation.",
"italic" : "Kursiv",
"strikethrough" : "Durchgestrichen",
"Big header" : "Große Überschrift",
"Medium header" : "Mittlere Überschrift",
"Small header" : "Kleine Überschrift",
"Tiny header" : "Kleinste Überschrift",
"Generic list item" : "Generisches Listenelement",
"Generic list" : "Generische Liste",
"Numbered list" : "Nummerierte Liste",
"Link title" : "Linktitel",
"link" : "Verknüpfung",
"Image title" : "Bild-Titel",
"image" : "Bild",
"This is a quote." : "Dies ist ein Zitat.",
"quote" : "Zitat",
"code" : "Quelltext",
"Multi line block code" : "Mehrzeiliger Blockcode",
"Notes settings" : "Notizen-Einstellungen",
"Folder to store your notes" : "Ordner zum Speichern Ihrer Notizen",
"Root directory" : "Wurzelverzeichnis",
@ -45,6 +70,7 @@ OC.L10N.register(
"User defined" : "Benutzerdefiniert",
"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",
@ -113,16 +139,20 @@ OC.L10N.register(
"Toggling favorite for note {id} has failed." : "Setzen der Notiz {id} als Favorit fehlgeschlagen.",
"Updating the note's category has failed. Is the target directory writable?" : "Aktualisierung der Notizen-Kategorie ist gescheitert. Bestehen Schreibrechte für das Zielverzeichnis?",
"Updating the category for note {id} has failed." : "Ändern der Kategorie für Notiz {id} fehlgeschlagen.",
"Sample note" : "Beispielnotiz",
"15 January 2021, via Nextcloud Notes" : "15. Januar 2021, über Nextcloud Notes",
"Me, you, and all our friends!" : "Ich, Sie und all unsere Freunde!",
"Tasks" : "Aufgaben",
"Write nice todo lists" : "Schöne Todo-Listen erstellen",
"Buy Fries" : "Pommes kaufen",
"Birthdays" : "Geburtstage",
"Jen, in three days!" : "Jen, in drei Tagen!",
"Moss, 21.03.1973" : "Moss, 21.03.1973",
"Roy, 1979" : "Roy, 1979",
"Review Steps" : "Überprüfungsschritte",
"Turn PC off" : "PC ausschalten",
"Turn PC on" : "PC einschalten",
"Then call IT" : "Dann rufen Sie die IT an",
"Quotes" : "Angebote",
"Nextcloud, a safe home for all your data" : "Nextcloud, ein sicherer Ort für all Ihre Daten",
"Development Mode" : "Entwickler-Modus",

Просмотреть файл

@ -13,28 +13,53 @@
"There are unsaved notes. Leaving the page will discard all changes!" : "Es existieren nicht-gespeicherte Notizen. Beim Verlassen der Seite gehen alle Änderungen verloren!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} Notiz gelöscht","{number} Notizen gelöscht"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} Notiz wiederhergestellt","{number} Notizen wiederhergestellt"],
"Basics" : "Grundlagen",
"Write down your thoughts without any distractions." : "Schreiben Sie Ihre Gedanken ohne jegliche Störungen auf.",
"Organize your notes in categories." : "Sortieren Sie Ihre Notizen in Kategorien.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Verwenden Sie Markdown um Ihren Text zu gestalten.",
"Sequence" : "Reihenfolge",
"Result" : "Ergebnis",
"Visualized" : "Visualisiert",
"Shortcuts" : "Schnellzugriffe",
"Use shortcuts to quickly navigate this app." : "Verwenden Sie Tastaturkürzel, um schnell durch diese App zu navigieren.",
"Shortcut" : "Tastaturkürzel",
"Action" : "Aktion",
"Mobile apps" : "Mobile Apps",
"CTRL" : "STRG",
"Make the selection bold" : "Die Auswahl fett machen",
"Make the selection italic" : "Die Auswahl kursiv machen",
"Wrap the selection in quotes" : "Die Auswahl mit Anführungszeichen einschließen",
"ALT" : "ALT",
"The selection will be turned into monospace" : "Die Auswahl wird in Monospace umgewandelt",
"Remove any styles from the selected text" : "All Formatierungen von dem ausgewählten Text entfernen",
"Makes the current line a list element" : "Macht aus der aktuellen Zeile ein Listenelement",
"Makes the current line a list element with a number" : "Macht aus der aktuellen Zeile ein nummeriertes Listenelement",
"Toggle heading for current line" : "Überschrift für die aktuelle Zeile umschalten",
"SHIFT" : "Hochstelltaste (SHIFT)",
"Set the current line as a big heading" : "Legen Sie die aktuelle Zeile als große Überschrift fest",
"Insert link" : "Link einfügen",
"Insert image" : "Bild einfügen",
"Switch between editor and viewer" : "Zwischen Editor und Viewer wechseln",
"bold" : "Fett",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Erstellen Sie eine Notiz per Klick auf „{newnote}“ in der App-Navigation.",
"italic" : "Kursiv",
"strikethrough" : "Durchgestrichen",
"Big header" : "Große Überschrift",
"Medium header" : "Mittlere Überschrift",
"Small header" : "Kleine Überschrift",
"Tiny header" : "Kleinste Überschrift",
"Generic list item" : "Generisches Listenelement",
"Generic list" : "Generische Liste",
"Numbered list" : "Nummerierte Liste",
"Link title" : "Linktitel",
"link" : "Verknüpfung",
"Image title" : "Bild-Titel",
"image" : "Bild",
"This is a quote." : "Dies ist ein Zitat.",
"quote" : "Zitat",
"code" : "Quelltext",
"Multi line block code" : "Mehrzeiliger Blockcode",
"Notes settings" : "Notizen-Einstellungen",
"Folder to store your notes" : "Ordner zum Speichern Ihrer Notizen",
"Root directory" : "Wurzelverzeichnis",
@ -43,6 +68,7 @@
"User defined" : "Benutzerdefiniert",
"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",
@ -111,16 +137,20 @@
"Toggling favorite for note {id} has failed." : "Setzen der Notiz {id} als Favorit fehlgeschlagen.",
"Updating the note's category has failed. Is the target directory writable?" : "Aktualisierung der Notizen-Kategorie ist gescheitert. Bestehen Schreibrechte für das Zielverzeichnis?",
"Updating the category for note {id} has failed." : "Ändern der Kategorie für Notiz {id} fehlgeschlagen.",
"Sample note" : "Beispielnotiz",
"15 January 2021, via Nextcloud Notes" : "15. Januar 2021, über Nextcloud Notes",
"Me, you, and all our friends!" : "Ich, Sie und all unsere Freunde!",
"Tasks" : "Aufgaben",
"Write nice todo lists" : "Schöne Todo-Listen erstellen",
"Buy Fries" : "Pommes kaufen",
"Birthdays" : "Geburtstage",
"Jen, in three days!" : "Jen, in drei Tagen!",
"Moss, 21.03.1973" : "Moss, 21.03.1973",
"Roy, 1979" : "Roy, 1979",
"Review Steps" : "Überprüfungsschritte",
"Turn PC off" : "PC ausschalten",
"Turn PC on" : "PC einschalten",
"Then call IT" : "Dann rufen Sie die IT an",
"Quotes" : "Angebote",
"Nextcloud, a safe home for all your data" : "Nextcloud, ein sicherer Ort für all Ihre Daten",
"Development Mode" : "Entwickler-Modus",

Просмотреть файл

@ -21,8 +21,18 @@ OC.L10N.register(
"Result" : "Eredmény",
"Shortcuts" : "Gyorsbillentyűk",
"Action" : "Művelet",
"CTRL" : "CTRL",
"ALT" : "ALT",
"SHIFT" : "SHIFT",
"Insert link" : "Hivatkozás beszúrása",
"Insert image" : "Kép beszúrása",
"bold" : "félkövér",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Kezdjen el egy jegyzetet írni a „{newnote}” gombra kattintva a főmenüben.",
"italic" : "dőlt",
"strikethrough" : "áthúzott",
"link" : "hivatkozás",
"image" : "kép",
"This is a quote." : "Ez egy idézet.",
"Notes settings" : "Jegyzetek beállításai",
"Folder to store your notes" : "Jegyzetek tárolási mappája",
"Root directory" : "Gyökérkönyvtár",
@ -97,7 +107,11 @@ OC.L10N.register(
"Toggling favorite for note {id} has failed." : "A(z) {id} jegyzet hozzáadása a kedvencekhez sikertelen.",
"Updating the note's category has failed. Is the target directory writable?" : "A jegyzet kategóriájának frissítése sikertelen. Írható a célkönyvtár?",
"Updating the category for note {id} has failed." : "A jegyzet kategóriájának módosítása sikertelen.",
"Sample note" : "Minta jegyzet",
"Tasks" : "Feladatok",
"Birthdays" : "Születésnapok",
"Turn PC off" : "Számítógép kikapcsolása",
"Turn PC on" : "Számítógép bekapcsolása",
"Quotes" : "Árajánlatok",
"Development Mode" : "Fejlesztői mód",
"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>." : "Úgy tűnik, hogy a Jegyzetek alkalmazást fejlesztői forrásból telepítették. Inkább telepítse a hivatalos <a href=\"%1$s\">Nextcloud alkalmazástárból </a>. Ha Ön szeretné összeállítani a Jegyzetek alkalmazást, akkor kövesse a <a href=\"%2$s\">fejlesztői utasításokat</a>."

Просмотреть файл

@ -19,8 +19,18 @@
"Result" : "Eredmény",
"Shortcuts" : "Gyorsbillentyűk",
"Action" : "Művelet",
"CTRL" : "CTRL",
"ALT" : "ALT",
"SHIFT" : "SHIFT",
"Insert link" : "Hivatkozás beszúrása",
"Insert image" : "Kép beszúrása",
"bold" : "félkövér",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Kezdjen el egy jegyzetet írni a „{newnote}” gombra kattintva a főmenüben.",
"italic" : "dőlt",
"strikethrough" : "áthúzott",
"link" : "hivatkozás",
"image" : "kép",
"This is a quote." : "Ez egy idézet.",
"Notes settings" : "Jegyzetek beállításai",
"Folder to store your notes" : "Jegyzetek tárolási mappája",
"Root directory" : "Gyökérkönyvtár",
@ -95,7 +105,11 @@
"Toggling favorite for note {id} has failed." : "A(z) {id} jegyzet hozzáadása a kedvencekhez sikertelen.",
"Updating the note's category has failed. Is the target directory writable?" : "A jegyzet kategóriájának frissítése sikertelen. Írható a célkönyvtár?",
"Updating the category for note {id} has failed." : "A jegyzet kategóriájának módosítása sikertelen.",
"Sample note" : "Minta jegyzet",
"Tasks" : "Feladatok",
"Birthdays" : "Születésnapok",
"Turn PC off" : "Számítógép kikapcsolása",
"Turn PC on" : "Számítógép bekapcsolása",
"Quotes" : "Árajánlatok",
"Development Mode" : "Fejlesztői mód",
"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>." : "Úgy tűnik, hogy a Jegyzetek alkalmazást fejlesztői forrásból telepítették. Inkább telepítse a hivatalos <a href=\"%1$s\">Nextcloud alkalmazástárból </a>. Ha Ön szeretné összeállítani a Jegyzetek alkalmazást, akkor kövesse a <a href=\"%2$s\">fejlesztői utasításokat</a>."

Просмотреть файл

@ -15,14 +15,49 @@ OC.L10N.register(
"There are unsaved notes. Leaving the page will discard all changes!" : "Existem anotações não salvas. Saindo da página elas serão perdidas!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} nota apagada","{number} notas apagadas","{number} notas apagadas"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} nota recuperada","{number} notas recuperadas","{number} notas recuperadas"],
"Basics" : "Básico",
"Write down your thoughts without any distractions." : "Anote seus pensamentos sem distrações.",
"Organize your notes in categories." : "Organize suas anotações em categorias.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Use marcações Markdown para estilizar seu texto.",
"Sequence" : "Sequência",
"Result" : "Resultado",
"Visualized" : "Visualizado",
"Shortcuts" : "Atalhos",
"Use shortcuts to quickly navigate this app." : "Use atalhos para navegar rapidamente neste aplicativo",
"Shortcut" : "Atalho",
"Action" : "Ação",
"Mobile apps" : "Aplicativos móveis",
"CTRL" : "CTRL",
"Make the selection bold" : "Tornar seleção negrito",
"Make the selection italic" : "Tornar seleção itálico",
"Wrap the selection in quotes" : "Colocar seleção entre aspas",
"ALT" : "ALT",
"The selection will be turned into monospace" : "A seleção será transformada em monoespaçado",
"Remove any styles from the selected text" : "Remova todos os estilos do texto selecionado",
"Makes the current line a list element" : "Torna a linha atual um elemento de lista",
"Makes the current line a list element with a number" : "Torna a linha atual um elemento de lista com um número",
"Toggle heading for current line" : "Alternar título para a linha atual",
"SHIFT" : "SHIFT",
"Set the current line as a big heading" : "Defina a linha atual como um título grande",
"Insert link" : "Inserir link",
"Insert image" : "Inserir Imagem",
"Switch between editor and viewer" : "Alternar entre editor e visualizador",
"bold" : "negrito",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Comece a escrever uma anotação clicando em “{newnote}” na navegação do aplicativo.",
"italic" : "italico",
"strikethrough" : "tachado",
"Big header" : "Cabeçalho grande",
"Medium header" : "Cabeçalho médio",
"Small header" : "Cabeçalho pequeno",
"Tiny header" : "Cabeçalho minúsculo",
"Generic list item" : "Item de lista genérica",
"Generic list" : "Lista genérica",
"Numbered list" : "Lista numerada",
"Link title" : "Título do link",
"link" : "link",
"Image title" : "Título da imagem",
"image" : "imagem",
"Notes settings" : "Configurações de notas",
"Folder to store your notes" : "Pasta para armazenar anotações",
"Root directory" : "Diretório raiz",

Просмотреть файл

@ -13,14 +13,49 @@
"There are unsaved notes. Leaving the page will discard all changes!" : "Existem anotações não salvas. Saindo da página elas serão perdidas!",
"_Deleted {number} note_::_Deleted {number} notes_" : ["{number} nota apagada","{number} notas apagadas","{number} notas apagadas"],
"_Recovered {number} note_::_Recovered {number} notes_" : ["{number} nota recuperada","{number} notas recuperadas","{number} notas recuperadas"],
"Basics" : "Básico",
"Write down your thoughts without any distractions." : "Anote seus pensamentos sem distrações.",
"Organize your notes in categories." : "Organize suas anotações em categorias.",
"Markdown" : "Markdown",
"Use Markdown markups to style your text." : "Use marcações Markdown para estilizar seu texto.",
"Sequence" : "Sequência",
"Result" : "Resultado",
"Visualized" : "Visualizado",
"Shortcuts" : "Atalhos",
"Use shortcuts to quickly navigate this app." : "Use atalhos para navegar rapidamente neste aplicativo",
"Shortcut" : "Atalho",
"Action" : "Ação",
"Mobile apps" : "Aplicativos móveis",
"CTRL" : "CTRL",
"Make the selection bold" : "Tornar seleção negrito",
"Make the selection italic" : "Tornar seleção itálico",
"Wrap the selection in quotes" : "Colocar seleção entre aspas",
"ALT" : "ALT",
"The selection will be turned into monospace" : "A seleção será transformada em monoespaçado",
"Remove any styles from the selected text" : "Remova todos os estilos do texto selecionado",
"Makes the current line a list element" : "Torna a linha atual um elemento de lista",
"Makes the current line a list element with a number" : "Torna a linha atual um elemento de lista com um número",
"Toggle heading for current line" : "Alternar título para a linha atual",
"SHIFT" : "SHIFT",
"Set the current line as a big heading" : "Defina a linha atual como um título grande",
"Insert link" : "Inserir link",
"Insert image" : "Inserir Imagem",
"Switch between editor and viewer" : "Alternar entre editor e visualizador",
"bold" : "negrito",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Comece a escrever uma anotação clicando em “{newnote}” na navegação do aplicativo.",
"italic" : "italico",
"strikethrough" : "tachado",
"Big header" : "Cabeçalho grande",
"Medium header" : "Cabeçalho médio",
"Small header" : "Cabeçalho pequeno",
"Tiny header" : "Cabeçalho minúsculo",
"Generic list item" : "Item de lista genérica",
"Generic list" : "Lista genérica",
"Numbered list" : "Lista numerada",
"Link title" : "Título do link",
"link" : "link",
"Image title" : "Título da imagem",
"image" : "imagem",
"Notes settings" : "Configurações de notas",
"Folder to store your notes" : "Pasta para armazenar anotações",
"Root directory" : "Diretório raiz",