From 1947473df199e88588a375ab7fb8de908cd23286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sveinn=20=C3=AD=20Felli?= Date: Fri, 1 Mar 2024 14:28:59 +0000 Subject: [PATCH] Create Icelandic translation --- _locales/is/messages.json | 66 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 _locales/is/messages.json diff --git a/_locales/is/messages.json b/_locales/is/messages.json new file mode 100644 index 0000000..09152b2 --- /dev/null +++ b/_locales/is/messages.json @@ -0,0 +1,66 @@ +{ + "extensionName": { + "message": "rotor", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Gerir kleift að fletta, snúa og breyta aðdrætti mynda.", + "description": "Descritpion of the extension." + }, + "defaultPageActionTitle": { + "message": "Snúa birtri mynd um 90 gráður.", + "description": "Description of the Page Action." + }, + "contextMainMenu": { + "message": "Rótor", + "description": "Beschreibung des Kontextmenüeintrags." + }, + "contextRotateMenuItem": { + "message": "Snúa", + "description": "Description of the context menu entry." + }, + "contextRotate90DegreeMenuItem": { + "message": "90 gráður", + "description": "Description of the context menu entry." + }, + "contextRotate180DegreeMenuItem": { + "message": "180 gráður", + "description": "Description of the context menu entry." + }, + "contextRotate270DegreeMenuItem": { + "message": "270 gráður", + "description": "Description of the context menu entry." + }, + "contextFlipMenuItem": { + "message": "Fletta", + "description": "Description of the context menu entry." + }, + "contextFlipHorizontallyMenuItem": { + "message": "Lárétt", + "description": "Description of the context menu entry." + }, + "contextFlipVerticallyMenuItem": { + "message": "Lóðrétt", + "description": "Description of the context menu entry." + }, + "contextZoomMenuItem": { + "message": "Aðdráttur", + "description": "Description of the context menu entry." + }, + "contextZoom100MenuItem": { + "message": "100%", + "description": "Description of the context menu entry." + }, + "contextZoom150MenuItem": { + "message": "150%", + "description": "Description of the context menu entry." + }, + "contextZoom200MenuItem": { + "message": "200%", + "description": "Description of the context menu entry." + }, + "contextZoom300MenuItem": { + "message": "300%", + "description": "Description of the context menu entry." + } +}