Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-19 06:14:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-19 06:14:26 +0300
commit7e60de33380fae788a08a55dd717920e4111f7e1 (patch)
tree242cca09642fb2d42646860a287ba3a02d5bdce8
parent92b465fce32c4221a92d524547dc2b19ad1f9f33 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/en_GB.js4
-rw-r--r--l10n/en_GB.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 4e963e69..799d0351 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Error" : "Error",
"New note" : "New note",
"Distraction-free notes and writing" : "Distraction-free notes and writing",
+ "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](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/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "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/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favourites.",
"There are unsaved notes. Leaving the page will discard all changes!" : "There are unsaved notes. Leaving the page will discard all changes!",
"Display mode for notes" : "Display mode for notes",
"Open in edit mode" : "Open in edit mode",
@@ -29,6 +30,7 @@ OC.L10N.register(
"Saving failed!" : "Saving failed!",
"_%n word_::_%n words_" : ["%n word","%n words"],
"Android app" : "Android app",
- "iOS app" : "iOS app"
+ "iOS app" : "iOS app",
+ "Toggling favorite for note {id} has failed." : "Toggling favourite for note {id} has failed."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 257a5a51..fdb3b0f2 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -3,6 +3,7 @@
"Error" : "Error",
"New note" : "New note",
"Distraction-free notes and writing" : "Distraction-free notes and writing",
+ "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](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/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "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/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favourites.",
"There are unsaved notes. Leaving the page will discard all changes!" : "There are unsaved notes. Leaving the page will discard all changes!",
"Display mode for notes" : "Display mode for notes",
"Open in edit mode" : "Open in edit mode",
@@ -27,6 +28,7 @@
"Saving failed!" : "Saving failed!",
"_%n word_::_%n words_" : ["%n word","%n words"],
"Android app" : "Android app",
- "iOS app" : "iOS app"
+ "iOS app" : "iOS app",
+ "Toggling favorite for note {id} has failed." : "Toggling favourite for note {id} has failed."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file