chore: Update translations for English and Icelandic languages

This commit is contained in:
2024-07-13 11:33:17 +02:00
parent 750b90a70e
commit af0a79ab42
3 changed files with 102 additions and 43 deletions

26
lang/translations_en.json Normal file
View File

@ -0,0 +1,26 @@
{
"language": "English",
"contributors": ["Axel Rafn <axel@axelrafn.is>"],
"translations": {
"title": "tabRemember - URL Manager",
"url_placeholder": "URL",
"description_placeholder": "Enter Description or Thoughts",
"all_categories": "All Categories",
"default_category": "Default Category",
"save_category_button": "Save Category",
"save_url_button": "Save URL",
"search_placeholder": "Search ...",
"delete_confirmation": "Are you sure you want to delete this URL?",
"delete_confirmation_title": "Delete URL",
"settings_title": "Settings",
"about_title": "About tabRemember",
"developed_by": "Developed by Axel Rafn",
"repository_link": "https://git.axelrafn.is/axelrafn/tabRemember",
"data_directory_label": "Data Directory:",
"browse_button": "Browse...",
"search_engine_label": "Search Engine:",
"date_format_label": "Date Format:",
"save_button": "Save",
"language_label": "Language:"
}
}