diff --git a/en/all.json b/en/all.json index 94fb2bc..8d20a73 100644 --- a/en/all.json +++ b/en/all.json @@ -776,9 +776,9 @@ "AUTO_APPLY_HELP_TEXT": "This template will be automatically applied to all rows in its table, or all Rems tagged with the template.", "CREATE_TEMPLATE": "Create Template", "NEW_TEMPLATE": "New Template", - "PROPERTIES_HELP_TEXT": [ - "Properties describe a tag. For example, for a tag called \"Book\", add properties named Author, Genre, Reading Status, and more!" - ], + "PROPERTIES_HELP_TEXT": { + "0": "Properties describe a tag. For example, for a tag called \"Book\", add properties named Author, Genre, Reading Status, and more!" + }, "PROPERTY_WITH_COUNT_one": "{{count, number}} Property", "PROPERTY_WITH_COUNT_other": "{{count, number}} Properties", "PROPERTY_one": "Property", diff --git a/nl/all.json b/nl/all.json index 7f1b243..cf0844e 100644 --- a/nl/all.json +++ b/nl/all.json @@ -18,8 +18,8 @@ "GENERAL": { "FLASHCARD_one": "Steekkaart", "FLASHCARD_other": "Steekkaarten", - "NOTE_one": "Notitie", - "NOTE_other": "Notities" + "NOTE_one": "notitie", + "NOTE_other": "notities" }, "NEW": "Nieuw" }, @@ -83,5 +83,36 @@ "FILE_UPLOADING": { "CACHED_INFO": "Dit bestand is gecached voor het offline bekijken en is mogelijks nog niet geuploaded.", "NOT_FOUND": "Dit bestand kan niet gevonden worden." + }, + "PAGES": { + "ALL_NOTES": { + "SORT": { + "ASCENDING": "A -> Z", + "DESCENDING": "Z -> A" + } + } + }, + "PDF": { + "ADD_ANNOTATIONS": { + "NOTE_BTN_TOOLTIP": "Opmerking" + } + }, + "POPUPS": { + "CREATE_CONTENT_OPTIONS": { + "DOCUMENT": { + "TITLE": "Document" + } + } + }, + "SETTINGS": { + "ACCOUNT": { + "NAVIGATION_TITLE": "Navigatie", + "SUPPORT": { + "TITLE": "Ondersteuning" + }, + "VERSION": { + "KEYWORDS": "versie" + } + } } } \ No newline at end of file