🌐 translated more strings
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
</button>
|
||||
{#if imgur_links_valid}
|
||||
<p class="text-blue-600 text-xl text-center w-fit mx-auto">
|
||||
Not all links are imgur-links! <!-- TODO: Add translation -->
|
||||
{$t('editor.not_all_links_imgur_links')}
|
||||
</p>
|
||||
{/if}
|
||||
<button
|
||||
|
||||
@@ -85,7 +85,13 @@
|
||||
"settings": "Settings",
|
||||
"repeat_password": "Repeat password",
|
||||
"overview": "Overview",
|
||||
"report": "Report"
|
||||
"report": "Report",
|
||||
"explore": "Explore",
|
||||
"search": "Search",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot_plural": "Screenshots",
|
||||
"browser": "Browser",
|
||||
"view": "View"
|
||||
},
|
||||
"editor": {
|
||||
"time_in_seconds": "Time in seconds",
|
||||
@@ -93,7 +99,8 @@
|
||||
"add_new_answer": "Add new answer",
|
||||
"add_new_question": "Add new question",
|
||||
"delete_question": "Delete question",
|
||||
"delete_answer": "Delete answer"
|
||||
"delete_answer": "Delete answer",
|
||||
"not_all_links_imgur_links": "Not all links are Imgur-links!"
|
||||
},
|
||||
"import_page": {
|
||||
"need_help": "Need help?",
|
||||
@@ -107,5 +114,21 @@
|
||||
},
|
||||
"password_reset_page": {
|
||||
"reset_password": "Reset password"
|
||||
},
|
||||
"settings_page": {
|
||||
"old_password": "Old password",
|
||||
"new_password": "New password",
|
||||
"repeat_password": "Repeat password",
|
||||
"change_password_submit": "Change password!",
|
||||
"last_seen": "Last seen",
|
||||
"check_location": "Check location",
|
||||
"delete_this_session": "Delete this session",
|
||||
"this_session?": "This session?"
|
||||
},
|
||||
"explore_page": {
|
||||
"made_by": "Made by"
|
||||
},
|
||||
"search_page": {
|
||||
"at_least_3_characters": "Enter at least 3 characters..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,15 +94,14 @@
|
||||
<li class="py-2">
|
||||
<a
|
||||
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
|
||||
href="/explore">Explore</a
|
||||
href="/explore">{$t('words.explore')}</a
|
||||
>
|
||||
</li>
|
||||
<li class="py-2">
|
||||
<a
|
||||
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
|
||||
href="/search">Search</a
|
||||
href="/search">{$t('words.search')}</a
|
||||
>
|
||||
<!--TODO: Add translation -->
|
||||
</li>
|
||||
<li class="py-2">
|
||||
<a
|
||||
@@ -133,15 +132,14 @@
|
||||
<li class="py-2">
|
||||
<a
|
||||
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
|
||||
href="/explore">Explore</a
|
||||
href="/explore">{$t('words.explore')}</a
|
||||
>
|
||||
</li>
|
||||
<li class="py-2">
|
||||
<a
|
||||
class="text-lg font-medium lg:px-4 text-gray-600 hover:text-green-600 link-hover"
|
||||
href="/search">Search</a
|
||||
href="/search">{$t('words.search')}</a
|
||||
>
|
||||
<!--TODO: Add translation -->
|
||||
</li>
|
||||
<li class="py-2">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user