Update translations for English and Icelandic languages, add URL description field, and update button labels. Added a huge clause into the README.md, calling this version 1.0 beta.

This commit is contained in:
2024-07-13 19:05:18 +02:00
parent b1d72dde93
commit 57024c48a1
5 changed files with 357 additions and 112 deletions

View File

@ -26,7 +26,11 @@
"language_label": "Language:",
"restart_required_title": "Restart Required",
"restart_required_message": "You need to restart the application for the language changes to take effect.",
"column_url": "URL",
"column_date": "Date",
"column_actions": "Actions"
"column_actions": "Actions",
"description_title": "URL Description",
"update_button": "Update",
"close_button": "Close"
}
}

View File

@ -11,8 +11,8 @@
"save_category_button": "Vista Flokk",
"save_url_button": "Vista Slóð",
"search_placeholder": "Leita..",
"delete_confirmation": "Ertu viss um að þú viljir eyða þessu URLi?",
"delete_confirmation_title": "Eyða URLi",
"delete_confirmation": "Ertu viss um að þú viljir eyða þessari slóð?",
"delete_confirmation_title": "Eyða Slóð",
"settings_title": "Stillingar",
"about_title": "Um tabRemember",
"developed_by": "Þróað af Axel Rafn",
@ -24,9 +24,13 @@
"date_format_label": "Dagsetningar form:",
"save_button": "Vista",
"language_label": "Tungumál:",
"restart_required_title": "Endurræsingu krafist",
"restart_required_title": "Þarfnast endurræsingar",
"restart_required_message": "Þú þarft að endurræsa forritið til að breytingar á tungumáli taki gildi.",
"column_url": "Slóð",
"column_date": "Dags",
"column_actions": "Aðgerðir"
"column_actions": "Aðgerðir",
"description_title": "Lýsing á Slóð",
"update_button": "Uppfæra",
"close_button": "Loka"
}
}
}