From 2ccc3ce7312ce852401d4cbb62b8d7c37f37b0e7 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sun, 12 Feb 2023 11:45:24 +0900
Subject: [PATCH] New translations translation.json (Icelandic)
---
src/config/locales/is/translation.json | 95 ++++++++++----------------
1 file changed, 37 insertions(+), 58 deletions(-)
diff --git a/src/config/locales/is/translation.json b/src/config/locales/is/translation.json
index 56a934d7..a397b036 100644
--- a/src/config/locales/is/translation.json
+++ b/src/config/locales/is/translation.json
@@ -55,7 +55,7 @@
"favourite": "Favourited",
"bookmark": "Bookmarks",
"local": "Staðvær tímalína",
- "public": "Opinber tímalína",
+ "public": "Federated timeline",
"hashtag": "Hashtags",
"search": "Leita",
"lists": "Listar"
@@ -68,20 +68,12 @@
"follow_requests": "Follow requests",
"direct_messages": "Direct messages",
"local": "Staðvær tímalína",
- "public": "Opinber tímalína",
+ "public": "Federated timeline",
"hashtag": "Hashtags",
"search": "Leita",
"lists": "Listar",
"members": "Meðlimir",
- "option": {
- "title": "Valkostir",
- "show_reblogs": "Show boosts",
- "show_replies": "Sýna svör",
- "apply": "Virkja"
- },
- "new_toot": "Publish",
- "reload": "Endurlesa",
- "settings": "Stillingar"
+ "reload": "Endurlesa"
},
"settings": {
"title": "Stillingar",
@@ -104,13 +96,6 @@
},
"timeline": {
"title": "Tímalína",
- "unread_notification": {
- "title": "Unread notifications",
- "description": "Sérsníða ólesnar tilkynningar fyrir hverja tímalínu.",
- "direct": "Direct messages",
- "local": "Local timeline",
- "public": "Public timeline"
- },
"use_marker": {
"title": "Hlaða inn tímalínunni þar sem síðast var verið að skoða",
"home": "Heim",
@@ -280,37 +265,6 @@
}
},
"modals": {
- "new_toot": {
- "title": "New post",
- "cw": "Skrifaðu aðvörunina þína hér",
- "status": "What's on your mind?",
- "cancel": "Hætta við",
- "toot": "Publish",
- "close_confirm": "Are you sure you want to discard this post?",
- "close_confirm_ok": "Henda",
- "close_confirm_cancel": "Continue editing",
- "description": "Add alternate text for this media",
- "footer": {
- "add_image": "Bæta við myndum",
- "poll": "Bæta við könnun",
- "change_visibility": "Breyta sýnileika",
- "change_sensitive": "Merkja myndefni sem viðkvæmt",
- "add_cw": "Add content warnings",
- "pined_hashtag": "Pinned hashtag"
- },
- "poll": {
- "add_choice": "Add an option",
- "expires": {
- "5_minutes": "5 mínútur",
- "30_minutes": "30 mínútur",
- "1_hour": "1 klukkustund",
- "6_hours": "6 klukkustundir",
- "1_day": "1 dagur",
- "3_days": "3 dagar",
- "7_days": "7 dagar"
- }
- }
- },
"jump": {
"jump_to": "Hoppa á..."
},
@@ -331,13 +285,10 @@
"title": "Flýtileiðir á lyklaborði",
"ctrl_number": "Skipta um notandaaðgang",
"ctrl_k": "Hoppa á aðrar tímalínur",
- "ctrl_n": "Open the new post dialog",
- "ctrl_enter": "Publish the post",
+ "ctrl_enter": "Send the post",
"ctrl_r": "Refresh current timeline",
"j": "Select the next post",
"k": "Select the previous post",
- "h": "Skipta yfir í dálkinn til vinstri",
- "l": "Skipta yfir í dálkinn til hægri",
"r": "Reply to the selected post",
"b": "Boost the selected post",
"f": "Favourite the selected post",
@@ -509,12 +460,12 @@
"require_domain_name": "Heiti léns er nauðsynlegt",
"domain_format": "Settu einungis inn heiti lénsins"
},
- "new_toot": {
+ "compose": {
"toot_length": "Post length should be between {{min}} and {{max}}",
- "attach_length": "Þú getur einungis hengt við {{max}} mynd",
- "attach_length_plural": "Þú getur einungis hengt við {{max}} myndir",
- "attach_image": "Þú getur einungis hengt við myndir eða myndskeið",
- "poll_invalid": "Ógildir valkostir í könnun"
+ "attach_length": "You can only attach up to {{max}} image",
+ "attach_length_plural": "You can only attach up to {{max}} images",
+ "attach_image": "You can only attach images or videos",
+ "poll_invalid": "Invalid poll choices"
}
},
"notification": {
@@ -554,5 +505,33 @@
"title": "Poll expired",
"body": "{{username}}'s poll has ended"
}
+ },
+ "compose": {
+ "title": "New post",
+ "cw": "Write your warning here",
+ "status": "What's on your mind?",
+ "cancel": "Cancel",
+ "toot": "Post",
+ "description": "Add alternate text for this media",
+ "footer": {
+ "add_image": "Add images",
+ "poll": "Add a poll",
+ "change_visibility": "Change visibility",
+ "change_sensitive": "Mark media as sensitive",
+ "add_cw": "Add content warnings",
+ "pined_hashtag": "Pinned hashtag"
+ },
+ "poll": {
+ "add_choice": "Add an option",
+ "expires": {
+ "5_minutes": "5 minutes",
+ "30_minutes": "30 minutes",
+ "1_hour": "1 hour",
+ "6_hours": "6 hours",
+ "1_day": "1 day",
+ "3_days": "3 days",
+ "7_days": "7 days"
+ }
+ }
}
}