diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 4ccacd5..dff7292 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -42,5 +42,6 @@ "Show/Hide": "Näytä/piilota", "Are you sure you want to quit?": "Haluatko varmasti poistua?", "Close Element": "Sulje Element", - "Cancel": "Peruuta" + "Cancel": "Peruuta", + "Copy image address": "Kopioi kuvan osoite" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index fff9790..8520597 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -42,5 +42,6 @@ "Show/Hide": "Tonen/Verbergen", "Are you sure you want to quit?": "Weet u zeker dat u wilt stoppen?", "Close Element": "Element sluiten", - "Cancel": "Annuleren" + "Cancel": "Annuleren", + "Copy image address": "Kopieer afbeeldingsadres" } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index f14ff47..8e88767 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -1,5 +1,5 @@ { - "Save image as...": "Spara bild som...", + "Save image as...": "Spara bild som…", "Copy link address": "Kopiera länkadress", "Copy email address": "Kopiera e-postadress", "Copy image": "Kopiera bild", @@ -12,7 +12,7 @@ "Hide": "Göm", "Services": "Tjänster", "About": "Om", - "Element Help": "Element Hjälp", + "Element Help": "Element-Hjälp", "Help": "Hjälp", "Close": "Stäng", "Minimize": "Minimera", @@ -34,7 +34,7 @@ "Zoom": "Zooma", "Toggle Developer Tools": "Växla utvecklarverktyg", "Toggle Full Screen": "Växla helskärm", - "Unhide": "Göm inte", + "Unhide": "Sluta gömma", "Zoom Out": "Zooma ut", "Zoom In": "Zooma in", "Close Element": "Stäng Element", @@ -42,5 +42,6 @@ "Add to dictionary": "Lägg till i ordlistan", "The image failed to save": "Bilden sparades inte", "Failed to save image": "Misslyckades med att spara bilden", - "Are you sure you want to quit?": "Är du säker att du vill avsluta?" + "Are you sure you want to quit?": "Är du säker att du vill avsluta?", + "Copy image address": "Kopiera bildadress" } diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json new file mode 100644 index 0000000..8217033 --- /dev/null +++ b/src/i18n/strings/te.json @@ -0,0 +1,10 @@ +{ + "About": "గ్రెంచ్", + "Paste and Match Style": "మునుపటి వంటి అతికించండి", + "Paste": "పేస్ట్", + "Cut": "కట్", + "Copy": "కాపీ", + "Are you sure you want to quit?": "మీరు వెళ్ళిపోవాలని అనుకుంటున్నారా?", + "Close Element": "మూసివేత element", + "Cancel": "ఆపు" +} diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index d4249c4..55f797c 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -42,5 +42,6 @@ "Show/Hide": "Göster/Gizle", "Are you sure you want to quit?": "Çıkmak istediğinize emin misiniz?", "Close Element": "Element'i kapat", - "Cancel": "İptal" + "Cancel": "İptal", + "Copy image address": "Görsel adresini kopyala" }