[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-11-03 01:30:59 +00:00
Родитель f852e1bee4
Коммит 4777701203
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
16 изменённых файлов: 16 добавлений и 54 удалений

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

@ -1,12 +0,0 @@
OC.L10N.register(
"notes",
{
"Notes" : "Anotacions",
"New note" : "Nova anotació",
"_%n word_::_%n words_" : ["%n paraula","%n paraules"],
"File error" : "Error al fitxer",
"Delete note" : "Esborra l\\'anotació",
"Favorite" : "Preferit",
"No notes found" : "No s\\'han trobat anotacions"
},
"nplurals=2; plural=(n != 1);");

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

@ -1,10 +0,0 @@
{ "translations": {
"Notes" : "Anotacions",
"New note" : "Nova anotació",
"_%n word_::_%n words_" : ["%n paraula","%n paraules"],
"File error" : "Error al fitxer",
"Delete note" : "Esborra l\\'anotació",
"Favorite" : "Preferit",
"No notes found" : "No s\\'han trobat anotacions"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Fehler",
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Die Notes-App ist eine ablenkungsfreie App zum Erfassen von Notizen. Zur Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Die Notizen werden als Dateien in der Nextcloud gespeichert und können so mit jedem Nextcloud-Client betrachtet und bearbeitet werden. Weiter gibt es eine [RESTful-API](https://github.com/nextcloud/notes/wiki/API-0.2), diese erlaubt eine einfache Integration in Drittanbieter-Apps (aktuell gibt es Notizen-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes) und [iOS](https://github.com/owncloud/notes-iOS-App), welche bequemen Zugriff auf Deine Nextcloud-Notizen). Weitere Funktionen sind das Markieren von Notizen als Favoriten und in Zukunft wird es Kategorien geben für eine bessere Organisation.",
"Uncategorized" : "Ohne Kategorie",
"Delete note" : "Notiz löschen",
"Favorite" : "Favorit",
"No search result for {{search}}" : "Keine Suchergebnisse zu {{search}}",
@ -22,7 +23,6 @@ OC.L10N.register(
"path to notes" : "Pfad zu Notizen",
"File extension for new notes" : "Dateierweiterung für neue Notizen",
"Category" : "Kategorie",
"Uncategorized" : "Ohne Kategorie",
"Edit category" : "Kategorie bearbeiten",
"The note has unsaved changes." : "Diese Notiz enthält nicht gespeicherte Änderungen.",
"*" : "*",

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

@ -11,6 +11,7 @@
"Error" : "Fehler",
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Die Notes-App ist eine ablenkungsfreie App zum Erfassen von Notizen. Zur Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Die Notizen werden als Dateien in der Nextcloud gespeichert und können so mit jedem Nextcloud-Client betrachtet und bearbeitet werden. Weiter gibt es eine [RESTful-API](https://github.com/nextcloud/notes/wiki/API-0.2), diese erlaubt eine einfache Integration in Drittanbieter-Apps (aktuell gibt es Notizen-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes) und [iOS](https://github.com/owncloud/notes-iOS-App), welche bequemen Zugriff auf Deine Nextcloud-Notizen). Weitere Funktionen sind das Markieren von Notizen als Favoriten und in Zukunft wird es Kategorien geben für eine bessere Organisation.",
"Uncategorized" : "Ohne Kategorie",
"Delete note" : "Notiz löschen",
"Favorite" : "Favorit",
"No search result for {{search}}" : "Keine Suchergebnisse zu {{search}}",
@ -20,7 +21,6 @@
"path to notes" : "Pfad zu Notizen",
"File extension for new notes" : "Dateierweiterung für neue Notizen",
"Category" : "Kategorie",
"Uncategorized" : "Ohne Kategorie",
"Edit category" : "Kategorie bearbeiten",
"The note has unsaved changes." : "Diese Notiz enthält nicht gespeicherte Änderungen.",
"*" : "*",

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Fehler",
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Die Notes-App ist eine ablenkungsfreie App zum Erfassen von Notizen. Zur Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Die Notizen werden als Dateien in der Nextcloud gespeichert und können so mit jedem Nextcloud-Client betrachtet und bearbeitet werden. Weiter gibt es eine [RESTful-API](https://github.com/nextcloud/notes/wiki/API-0.2), diese erlaubt eine einfache Integration in Drittanbieter-Apps (aktuell gibt es Notizen-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes) und [iOS](https://github.com/owncloud/notes-iOS-App), welche bequemen Zugriff auf Ihre Nextcloud-Notizen). Weitere Funktionen sind das Markieren von Notizen als Favoriten und in Zukunft wird es Kategorien geben für eine bessere Organisation.",
"Uncategorized" : "Ohne Kategorie",
"Delete note" : "Notiz löschen",
"Favorite" : "Favorit",
"No search result for {{search}}" : "Keine Suchergebnisse zu {{search}}",
@ -22,7 +23,6 @@ OC.L10N.register(
"path to notes" : "Pfad zu Notizen",
"File extension for new notes" : "Dateierweiterung für neue Notizen",
"Category" : "Kategorie",
"Uncategorized" : "Ohne Kategorie",
"Edit category" : "Kategorie bearbeiten",
"The note has unsaved changes." : "Diese Notiz enthält nicht gespeicherte Änderungen.",
"*" : "*",

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

@ -11,6 +11,7 @@
"Error" : "Fehler",
"Distraction-free notes and writing" : "Ablenkungsfreie Notizen und Schreiben",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Die Notes-App ist eine ablenkungsfreie App zum Erfassen von Notizen. Zur Formatierung wird [Markdown](https://en.wikipedia.org/wiki/Markdown)-Syntax unterstützt. Die Notizen werden als Dateien in der Nextcloud gespeichert und können so mit jedem Nextcloud-Client betrachtet und bearbeitet werden. Weiter gibt es eine [RESTful-API](https://github.com/nextcloud/notes/wiki/API-0.2), diese erlaubt eine einfache Integration in Drittanbieter-Apps (aktuell gibt es Notizen-Apps für [Android](https://github.com/stefan-niedermann/nextcloud-notes) und [iOS](https://github.com/owncloud/notes-iOS-App), welche bequemen Zugriff auf Ihre Nextcloud-Notizen). Weitere Funktionen sind das Markieren von Notizen als Favoriten und in Zukunft wird es Kategorien geben für eine bessere Organisation.",
"Uncategorized" : "Ohne Kategorie",
"Delete note" : "Notiz löschen",
"Favorite" : "Favorit",
"No search result for {{search}}" : "Keine Suchergebnisse zu {{search}}",
@ -20,7 +21,6 @@
"path to notes" : "Pfad zu Notizen",
"File extension for new notes" : "Dateierweiterung für neue Notizen",
"Category" : "Kategorie",
"Uncategorized" : "Ohne Kategorie",
"Edit category" : "Kategorie bearbeiten",
"The note has unsaved changes." : "Diese Notiz enthält nicht gespeicherte Änderungen.",
"*" : "*",

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Error",
"Distraction-free notes and writing" : "Escritura de notas sin distracciones",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "La app de Notas es una aplicación de escritura de notas sin distracciones. Soporta el formateo usando la sintaxis [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) 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) que permiten un acceso cómodo a tus notas de Nextcloud). Otras características son el marcar notas como favoritas, y próximas versiones proveerán categorías para una mejor organización.",
"Uncategorized" : "Sin categoría",
"Delete note" : "Eliminar nota",
"Favorite" : "Favorito",
"No search result for {{search}}" : "No hay resultados de búsqueda para {{search}}",
@ -21,6 +22,8 @@ OC.L10N.register(
"Folder to store your notes" : "Carpeta para almacenar tus notas",
"path to notes" : "ruta a las notas",
"File extension for new notes" : "Extensión de archivo para notas nuevas",
"Category" : "Categorías",
"Edit category" : "Editar categoría",
"The note has unsaved changes." : "La nota tiene cambios sin guardar",
"*" : "*",
"Click here to try again" : "Haz clic aquí para volver a intentarlo",

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

@ -11,6 +11,7 @@
"Error" : "Error",
"Distraction-free notes and writing" : "Escritura de notas sin distracciones",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "La app de Notas es una aplicación de escritura de notas sin distracciones. Soporta el formateo usando la sintaxis [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) 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) que permiten un acceso cómodo a tus notas de Nextcloud). Otras características son el marcar notas como favoritas, y próximas versiones proveerán categorías para una mejor organización.",
"Uncategorized" : "Sin categoría",
"Delete note" : "Eliminar nota",
"Favorite" : "Favorito",
"No search result for {{search}}" : "No hay resultados de búsqueda para {{search}}",
@ -19,6 +20,8 @@
"Folder to store your notes" : "Carpeta para almacenar tus notas",
"path to notes" : "ruta a las notas",
"File extension for new notes" : "Extensión de archivo para notas nuevas",
"Category" : "Categorías",
"Edit category" : "Editar categoría",
"The note has unsaved changes." : "La nota tiene cambios sin guardar",
"*" : "*",
"Click here to try again" : "Haz clic aquí para volver a intentarlo",

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Errore",
"Distraction-free notes and writing" : "Note senza distrazioni e scrittura",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "L'applicazione Note è un'applicazione per prendere note senza distrazioni. Supporta la formattazione utilizzando la sintassi [Markdown](https://en.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 RESTful](https://github.com/nextcloud/notes/wiki/API-0.2) consente un'integrazione semplice in applicazioni di terze parti (attualmente ci sono applicazioni di note per [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) che consentono un accesso comodo alle note di Nextcloud). Ulteriori funzionalità includono la marcatura delle note come preferite e le versioni future forniranno categorie per una migliore organizzazione.",
"Uncategorized" : "Senza categoria",
"Delete note" : "Elimina nota",
"Favorite" : "Preferito",
"No search result for {{search}}" : "Nessun risultato di ricerca per {{search}}",
@ -22,7 +23,6 @@ OC.L10N.register(
"path to notes" : "percorso delle note",
"File extension for new notes" : "Estensione dei file per le nuove note",
"Category" : "Categoria",
"Uncategorized" : "Senza categoria",
"Edit category" : "Modifica categoria",
"The note has unsaved changes." : "La nota ha modifiche non salvate.",
"*" : "*",

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

@ -11,6 +11,7 @@
"Error" : "Errore",
"Distraction-free notes and writing" : "Note senza distrazioni e scrittura",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "L'applicazione Note è un'applicazione per prendere note senza distrazioni. Supporta la formattazione utilizzando la sintassi [Markdown](https://en.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 RESTful](https://github.com/nextcloud/notes/wiki/API-0.2) consente un'integrazione semplice in applicazioni di terze parti (attualmente ci sono applicazioni di note per [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) che consentono un accesso comodo alle note di Nextcloud). Ulteriori funzionalità includono la marcatura delle note come preferite e le versioni future forniranno categorie per una migliore organizzazione.",
"Uncategorized" : "Senza categoria",
"Delete note" : "Elimina nota",
"Favorite" : "Preferito",
"No search result for {{search}}" : "Nessun risultato di ricerca per {{search}}",
@ -20,7 +21,6 @@
"path to notes" : "percorso delle note",
"File extension for new notes" : "Estensione dei file per le nuove note",
"Category" : "Categoria",
"Uncategorized" : "Senza categoria",
"Edit category" : "Modifica categoria",
"The note has unsaved changes." : "La nota ha modifiche non salvate.",
"*" : "*",

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Erro",
"Distraction-free notes and writing" : "Notas e escrita sem distração",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "O aplicativo Notes é um aplicativo de anotações livre de distrações. Suporta 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 [API RESTful] separada (https://github.com/nextcloud/notes/wiki/API-0.2) permite uma fácil integração com aplicativos de terceiros (atualmente, há aplicativos de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) que permitem acesso conveniente às suas anotações do Nextcloud). Outros recursos incluem notas de marcação como favoritos e versões futuras fornecerão categorias para melhor organização.",
"Uncategorized" : "Sem categoria",
"Delete note" : "Excluir anotação",
"Favorite" : "Favorito",
"No search result for {{search}}" : "Nenhum resultado de pesquisa para {{search}}",
@ -22,7 +23,6 @@ OC.L10N.register(
"path to notes" : "caminho para notas",
"File extension for new notes" : "Extensão de arquivo para novas anotações",
"Category" : "Categoria",
"Uncategorized" : "Sem categoria",
"Edit category" : "Editar categoria",
"The note has unsaved changes." : "A anotação tem mudanças não salvas.",
"*" : "*",

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

@ -11,6 +11,7 @@
"Error" : "Erro",
"Distraction-free notes and writing" : "Notas e escrita sem distração",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "O aplicativo Notes é um aplicativo de anotações livre de distrações. Suporta 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 [API RESTful] separada (https://github.com/nextcloud/notes/wiki/API-0.2) permite uma fácil integração com aplicativos de terceiros (atualmente, há aplicativos de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) que permitem acesso conveniente às suas anotações do Nextcloud). Outros recursos incluem notas de marcação como favoritos e versões futuras fornecerão categorias para melhor organização.",
"Uncategorized" : "Sem categoria",
"Delete note" : "Excluir anotação",
"Favorite" : "Favorito",
"No search result for {{search}}" : "Nenhum resultado de pesquisa para {{search}}",
@ -20,7 +21,6 @@
"path to notes" : "caminho para notas",
"File extension for new notes" : "Extensão de arquivo para novas anotações",
"Category" : "Categoria",
"Uncategorized" : "Sem categoria",
"Edit category" : "Editar categoria",
"The note has unsaved changes." : "A anotação tem mudanças não salvas.",
"*" : "*",

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

@ -1,12 +0,0 @@
OC.L10N.register(
"notes",
{
"Notes" : "Shënime",
"New note" : "Shënim i ri",
"_%n word_::_%n words_" : ["%n fjalë","%n fjalë"],
"Delete note" : "Fshije shënimin",
"Favorite" : "E preferuar",
"No notes found" : "Asnjë shënim nuk u gjet",
"Note saved" : "Shënim i ruajtuar"
},
"nplurals=2; plural=(n != 1);");

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

@ -1,10 +0,0 @@
{ "translations": {
"Notes" : "Shënime",
"New note" : "Shënim i ri",
"_%n word_::_%n words_" : ["%n fjalë","%n fjalë"],
"Delete note" : "Fshije shënimin",
"Favorite" : "E preferuar",
"No notes found" : "Asnjë shënim nuk u gjet",
"Note saved" : "Shënim i ruajtuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

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

@ -13,6 +13,7 @@ OC.L10N.register(
"Error" : "Hata",
"Distraction-free notes and writing" : "Bu uygulama dikkat dağıtmadan notlar alınabilmesini sağlar",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Notlar uygulaması dikkat dağıtmadan not alınabilmesini sağlar. [Markdown](https://en.wikipedia.org/wiki/Markdown) kod imleri ile biçimlendirme yapılabilmesini sağlar. Notlar Nextcloud alanınıza dosya olarak kaydedilir böylece her Nextcloud istemcisi tarafından görülüp düzenlenebilir. Ayrıca [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) ile üçüncü tarafların uygulamaları ile kolayca bütünleştirilebilir (şu anda [Android](https://github.com/stefan-niedermann/nextcloud-notes) ve [iOS](https://github.com/owncloud/notes-iOS-App) için Nextcloud notlarına erişebilen uygulamalar bulunmaktadır). Notları sık kullanılanlar olarak işaretlemek ve daha iyi düzenlemek için kategorilere atamak gibi özellikler gelecek sürümlerde sunulacaktır.",
"Uncategorized" : "Kategorisiz",
"Delete note" : "Notu sil",
"Favorite" : "Sık kullanılan",
"No search result for {{search}}" : "{{search}} aramasından bir sonuç alınamadı",
@ -22,7 +23,6 @@ OC.L10N.register(
"path to notes" : "notların yolu",
"File extension for new notes" : "Yeni notlar için dosya uzantısı",
"Category" : "Kategori",
"Uncategorized" : "Kategorisiz",
"Edit category" : "Kategoriyi düzenle",
"The note has unsaved changes." : "Not üzerinde kaydedilmemiş değişiklikler var.",
"*" : "*",

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

@ -11,6 +11,7 @@
"Error" : "Hata",
"Distraction-free notes and writing" : "Bu uygulama dikkat dağıtmadan notlar alınabilmesini sağlar",
"The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization." : "Notlar uygulaması dikkat dağıtmadan not alınabilmesini sağlar. [Markdown](https://en.wikipedia.org/wiki/Markdown) kod imleri ile biçimlendirme yapılabilmesini sağlar. Notlar Nextcloud alanınıza dosya olarak kaydedilir böylece her Nextcloud istemcisi tarafından görülüp düzenlenebilir. Ayrıca [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) ile üçüncü tarafların uygulamaları ile kolayca bütünleştirilebilir (şu anda [Android](https://github.com/stefan-niedermann/nextcloud-notes) ve [iOS](https://github.com/owncloud/notes-iOS-App) için Nextcloud notlarına erişebilen uygulamalar bulunmaktadır). Notları sık kullanılanlar olarak işaretlemek ve daha iyi düzenlemek için kategorilere atamak gibi özellikler gelecek sürümlerde sunulacaktır.",
"Uncategorized" : "Kategorisiz",
"Delete note" : "Notu sil",
"Favorite" : "Sık kullanılan",
"No search result for {{search}}" : "{{search}} aramasından bir sonuç alınamadı",
@ -20,7 +21,6 @@
"path to notes" : "notların yolu",
"File extension for new notes" : "Yeni notlar için dosya uzantısı",
"Category" : "Kategori",
"Uncategorized" : "Kategorisiz",
"Edit category" : "Kategoriyi düzenle",
"The note has unsaved changes." : "Not üzerinde kaydedilmemiş değişiklikler var.",
"*" : "*",