diff --git a/src/_locales/af_ZA/messages.json b/src/_locales/af_ZA/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/af_ZA/messages.json +++ b/src/_locales/af_ZA/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/ar_SA/messages.json b/src/_locales/ar_SA/messages.json index 705f70f01..02ea8400e 100644 --- a/src/_locales/ar_SA/messages.json +++ b/src/_locales/ar_SA/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/bg_BG/messages.json b/src/_locales/bg_BG/messages.json index e2dd94977..fe87bfca4 100644 --- a/src/_locales/bg_BG/messages.json +++ b/src/_locales/bg_BG/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Бутон на мишката за жестовете на колелото", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Завъртане нагоре", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Информация:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Избраният файл не съответства на типа на необходимия файл.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Всички настройки, включително и тези на жестовете, ще бъдат нулирани. Това не може да бъде отменено!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Превключване на отметка", @@ -479,9 +491,25 @@ "message": "Нов поверителен прозорец", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Затваряне на прозореца", @@ -547,6 +575,10 @@ "message": "Записване на изображение", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Отпечатване", "description": "Print" @@ -755,10 +787,26 @@ "message": "Отваря нов празен поверителен прозорец.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Премества текущия раздел в нов прозорец.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Затваря текущия прозорец.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Изтегля изображението, от което жестът е започнал.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Отпечатва текущата страница, като показва диалоговият прозорец за отпечатване.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/ca_ES/messages.json b/src/_locales/ca_ES/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/ca_ES/messages.json +++ b/src/_locales/ca_ES/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json index c9c1afd16..60ee8a234 100644 --- a/src/_locales/cs/messages.json +++ b/src/_locales/cs/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Doplněk gest myší s možností přizpůsobení. Podporuje více než 60 různých příkazů a dalších funkcí, jako rocker gesta a gesta kolečkem.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Doplněk $NAME$ byl aktualizován!", @@ -36,7 +36,7 @@ "description": "Extras" }, "navigationBlacklist": { - "message": "Blacklist", + "message": "Černá listina", "description": "Blacklist" }, "navigationAbout": { @@ -275,12 +275,16 @@ "message": "Tlačítko myši pro gesta kolečkem", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Citlivost kolečka myši", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { - "message": "Kolečkem nahoru", + "message": "Kolečko nahoru", "description": "Wheel up" }, "extraLabelWheelDown": { - "message": "Kolečkem dolů", + "message": "Kolečko dolů", "description": "Wheel down" }, "extraDescriptionWheelActive": { @@ -291,6 +295,10 @@ "message": "Tlačítko myši, které spustí gesta kolečkem.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "Minimální velikost posunu kolečkem pro aktivaci gesta.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informace:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Vybraný soubor neodpovídá požadovanému typu souboru.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Tento konfigurační soubor obsahuje gesta, která mohou vyžadovat přijetí dodatečných oprávnění.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "Všechna nastavení včetně gest budou obnovena do výchozího stavu. Tato akce nelze vzít zpět!", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Přidat\/odebrat záložku", @@ -479,9 +491,25 @@ "message": "Nové anonymní okno", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Panel do nového okna", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Přesunout panel na začátek", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Přesunout panel na konec", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Přesunout panel do nového okna", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Přesunout levé panely do nového okna", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Přesunout pravé panely do nového okna", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Zavřít okno", @@ -524,7 +552,7 @@ "description": "Search selected text" }, "commandLabelSearchClipboard": { - "message": "Search clipboard", + "message": "Hledat ve schránce", "description": "Search clipboard" }, "commandLabelCloseRightTabs": { @@ -547,6 +575,10 @@ "message": "Uložit obrázek", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Uložit odkaz", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Vytisknout", "description": "Print" @@ -755,10 +787,26 @@ "message": "Otevře nové prázdné anonymní okno.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Otevře aktuální panel v novém okně.", + "commandDescriptionMoveTabToStart": { + "message": "Přesune aktuální panel na začátek pruhu panelů.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Přesune aktuální panel na konec pruhu panelů.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Přesune aktuální panel do nového okna.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Přesune všechny panely nalevo od aktuálního panelu do nového okna.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Přesune všechny panely napravo od aktuálního panelu do nového okna.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Zavře aktuální okno.", "description": "Closes the current window." @@ -800,7 +848,7 @@ "description": "Starts a web search of the selected text." }, "commandDescriptionSearchClipboard": { - "message": "Starts a web search of the clipboard text.", + "message": "Spustí vyhledávání textu ze schránky na webu.", "description": "Starts a web search of the clipboard text." }, "commandDescriptionCloseRightTabs": { @@ -823,6 +871,10 @@ "message": "Stáhne obrázek, na kterém začalo gesto.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Stáhne buď označenou url, nebo odkaz, na kterém gesto začalo.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Vyvolá dialog tisku a vytiskne aktuální stránku.", "description": "Prints the current page by prompting the print dialog." @@ -980,7 +1032,7 @@ "description": "Open empty tab" }, "commandSettingLabelOpenEmptyWindow": { - "message": "Open empty window", + "message": "Otevřít prázdné okno", "description": "Open empty window" }, "commandSettingLabelSearchEngineURL": { @@ -1008,28 +1060,36 @@ "description": "Parse message" }, "commandSettingLabelTabOrder": { - "message": "Tab order", + "message": "Pořadí penlů", "description": "Tab order" }, "commandSettingLabelTabOrderNone": { - "message": "none (default)", + "message": "žádné (výchozí)", "description": "none (default)" }, "commandSettingLabelTabOrderLastAccessedAsc": { - "message": "last accessed ascending", + "message": "poslední přístup vzestupně", "description": "last accessed ascending" }, "commandSettingLabelTabOrderLastAccessedDesc": { - "message": "last accessed descending", + "message": "poslední přístup sestupně", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "abecedně vzestupně", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "abecedně sestupně", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Zahrnout aktuální panel", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Převést nové okno do popředí", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Určuje pozici nového panelu vůči aktuálnímu panelu.", @@ -1072,11 +1132,11 @@ "description": "Determines if an empty tab should be opened if no URL or link was selected." }, "commandSettingDescriptionOpenEmptyWindow": { - "message": "Determines if an empty window should be opened if no URL or link was selected.", + "message": "Určuje, zda otevřít prázdný panel, pokud není vybrána URL nebo odkaz.", "description": "Determines if an empty window should be opened if no URL or link was selected." }, "commandSettingDescriptionSearchEngineURL": { - "message": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used.", + "message": "Vlastní URL hledání, ke které se připojí hledaný text. Pokud je prázdná, bude použitý výchozí vyhledávač.", "description": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used." }, "commandSettingDescriptionSavePromptDialog": { @@ -1100,9 +1160,17 @@ "description": "Determines if the message should be serialized as a JavaScript object." }, "commandSettingDescriptionTabOrder": { - "message": "Orders the displayed tabs by a specific characteristic.", + "message": "Seřadí zobrazené panely podle určitých vlastností.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Určuje, zda by měl být zahrnut aktuálně aktivní panel.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Určuje, zda se má přepnout na nově otevřené okno, či nikoliv.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Příkaz \"$COMMAND$\" selhal.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Panel příkazů", "description": "Command bar" }, + "commandBarSearch": { + "message": "Hledat", + "description": "Search" + }, "commandBarSaveButton": { "message": "Uložit", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Výchozí motiv", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/da_DK/messages.json b/src/_locales/da_DK/messages.json index 36ac40793..ad3848f6a 100644 --- a/src/_locales/da_DK/messages.json +++ b/src/_locales/da_DK/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Slå bogmærke til\/fra", @@ -479,9 +491,25 @@ "message": "Nyt privat vindue", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Luk vindue", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index 939dad50c..4657c48e7 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Anpassbares Mausgesten-Addon, das über 60 verschiedene Befehle und zusätzliche Funktionen wie Rocker- und Mausradgesten unterstützt.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigiere, bediene und surfe schneller mit Mausgesten! Ein anpassbares Mausgesten-Add-on mit einer Vielzahl von verschiedenen Befehlen.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ Addon wurde aktualisiert!", @@ -275,6 +275,10 @@ "message": "Mausrad-Gesten Mausbutton", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mausradempfindlichkeit", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Mausrad hoch", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Die Maustaste, welche die Mausrad-Geste auslöst.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "Der minimale Betrag, den das Mausrad gescrollt werden muss, bis die Geste ausgelöst wird.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Die ausgewählte Datei stimmt nicht mit dem erforderlichen Dateityp überein.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Diese Konfigurationsdatei enthält Gesten, für die möglicherweise zusätzliche Berechtigungen erforderlich sind.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "Alle Einstellungen, einschließlich Gesten, werden zurückgesetzt. Dies kann nicht rückgängig gemacht werden!", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Lesezeichen umschalten", @@ -479,9 +491,25 @@ "message": "Neues privates Fenster", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab zu neuem Fenster", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Verschiebt den Tab an den Anfang", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Verschiebt den Tab an das Ende", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Verschiebt den Tab in ein neues Fenster", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Verschiebt die linken Tabs in ein neues Fenster", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Verschiebt die rechten Tabs in ein neues Fenster", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Fenster schließen", @@ -524,7 +552,7 @@ "description": "Search selected text" }, "commandLabelSearchClipboard": { - "message": "Search clipboard", + "message": "Zwischenablage suchen", "description": "Search clipboard" }, "commandLabelCloseRightTabs": { @@ -547,6 +575,10 @@ "message": "Bild speichern", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Link speichern", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Drucken", "description": "Print" @@ -755,10 +787,26 @@ "message": "Öffnet ein neues leeres privates Fenster.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Verschiebt den aktuellen Tab zum Anfang der Tab-Leiste.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Verschiebt den aktuellen Tab zum Ende der Tab-Leiste.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Verschiebt den aktuellen Tab in ein neues Fenster.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Verschiebt alle Tabs, links vom Aktuellen, in ein neues Fenster.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Verschiebt alle Tabs, rechts vom Aktuellen, in ein neues Fenster.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Schließt das aktuelle Fenster.", "description": "Closes the current window." @@ -800,7 +848,7 @@ "description": "Starts a web search of the selected text." }, "commandDescriptionSearchClipboard": { - "message": "Starts a web search of the clipboard text.", + "message": "Startet eine Websuche des Textes auf der Zwischenablage.", "description": "Starts a web search of the clipboard text." }, "commandDescriptionCloseRightTabs": { @@ -823,6 +871,10 @@ "message": "Das Bild herunterladen, an dem die Geste begann.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Lädt entweder eine ausgewählte Url oder den Link, an dem die Geste begann herunter.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Druckt die aktuelle Seite, indem sie den Druckdialog öffnet.", "description": "Prints the current page by prompting the print dialog." @@ -900,7 +952,7 @@ "description": "Opens a popup containing a list of all currently open tabs and offers the possibility to switch to one of them." }, "commandDescriptionPopupRecentlyClosedTabs": { - "message": "Öffnet ein Popup mit einer Liste aller kürzlich geschlossenen Tabs und bietet die Möglichkeit, zu einem von ihnen zu wechseln.", + "message": "Öffnet ein Popup mit einer Liste aller kürzlich geschlossenen Tabs und bietet die Möglichkeit, einen von ihnen wiederherzustellen.", "description": "Opens a popup containing a list of all recently closed tabs and offers the possibility to restore one of them." }, "commandDescriptionPopupSearchEngines": { @@ -980,7 +1032,7 @@ "description": "Open empty tab" }, "commandSettingLabelOpenEmptyWindow": { - "message": "Open empty window", + "message": "Öffnet ein leeres Fenster", "description": "Open empty window" }, "commandSettingLabelSearchEngineURL": { @@ -1008,28 +1060,36 @@ "description": "Parse message" }, "commandSettingLabelTabOrder": { - "message": "Tab order", + "message": "Tab-Reihenfolge", "description": "Tab order" }, "commandSettingLabelTabOrderNone": { - "message": "none (default)", + "message": "keine (Standard)", "description": "none (default)" }, "commandSettingLabelTabOrderLastAccessedAsc": { - "message": "last accessed ascending", + "message": "letzter Zugriff aufsteigend", "description": "last accessed ascending" }, "commandSettingLabelTabOrderLastAccessedDesc": { - "message": "last accessed descending", + "message": "letzter Zugriff absteigend", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "Alphabetisch aufsteigend", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "Alphabetisch absteigend", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Aktuellen Tab mit einbeziehen", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Neues Fenster fokussieren", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Legt die Position des neuen Tabs fest, relativ zum Aktuellen.", @@ -1072,11 +1132,11 @@ "description": "Determines if an empty tab should be opened if no URL or link was selected." }, "commandSettingDescriptionOpenEmptyWindow": { - "message": "Determines if an empty window should be opened if no URL or link was selected.", + "message": "Legt fest, ob ein leeres Fenster geöffnet werden soll, wenn keine URL oder kein Link ausgewählt wurde.", "description": "Determines if an empty window should be opened if no URL or link was selected." }, "commandSettingDescriptionSearchEngineURL": { - "message": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used.", + "message": "Eine benutzerdefinierte Such-URL, an die der Suchtext angehangen wird. Wenn nicht angegeben, wird die Standard-Suchmaschine des Browsers verwendet.", "description": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used." }, "commandSettingDescriptionSavePromptDialog": { @@ -1100,9 +1160,17 @@ "description": "Determines if the message should be serialized as a JavaScript object." }, "commandSettingDescriptionTabOrder": { - "message": "Orders the displayed tabs by a specific characteristic.", + "message": "Ordnet die angezeigten Tabs nach einem bestimmten Merkmal an.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Legt fest, ob der aktuelle aktive Tab mit einbezogen wird.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Legt fest, ob das geöffnete Fenster fokussiert werden soll oder nicht.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" ist fehlgeschlagen.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Befehlsleiste", "description": "Command bar" }, + "commandBarSearch": { + "message": "Suche", + "description": "Search" + }, "commandBarSaveButton": { "message": "Speichern", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Standard Design", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy wurde erfolgreich installiert.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Noch nie zuvor eine Mausgeste gemacht?\nProbiere es jetzt aus!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Drücke und halte die rechte Maustaste gedrückt", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Ziehe die Maus nach unten", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Lasse die rechte Maustaste los", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "Du hast zum Ende der Seite gescrollt.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Herzlichen Glückwunsch, du hast erfolgreich deine allererste Mausgeste vollbracht!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Erstelle so viele Gesten wie du willst um Gesturefy an deinen individuellen Browsing-Stil anzupassen und mache dein tägliches Surfen einfacher, schneller und unterhaltsamer. Starte jetzt und personalisiere Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Richte Deine Gesten Ein", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Immer noch verwirrt? Klicke auf den unten stehenden Link für eine schnelle Erklärung und wenn du Gesturefy nicht zum Laufen bekommst, findest du dort auch eine Anleitung zur Fehlerbehebung.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Mehr erfahren", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/el_GR/messages.json b/src/_locales/el_GR/messages.json index 2717c3892..679d468d4 100644 --- a/src/_locales/el_GR/messages.json +++ b/src/_locales/el_GR/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -24,55 +24,55 @@ } }, "navigationSettings": { - "message": "Settings", + "message": "Ρυθμίσεις", "description": "Settings" }, "navigationGestures": { - "message": "Gestures", + "message": "Χειρονομίες", "description": "Gestures" }, "navigationExtras": { - "message": "Extras", + "message": "Πρόσθετες επιλογές", "description": "Extras" }, "navigationBlacklist": { - "message": "Blacklist", + "message": "Μαύρη λίστα", "description": "Blacklist" }, "navigationAbout": { - "message": "About", + "message": "Σχετικά", "description": "About" }, "settingLabelMouseButton": { - "message": "Gesture mouse button", + "message": "Είδος κλικ για τη χειρονομία", "description": "Gesture mouse button" }, "settingLabelMouseButtonLeft": { - "message": "left", + "message": "αριστερό", "description": "left" }, "settingLabelMouseButtonRight": { - "message": "right", + "message": "δεξί", "description": "right" }, "settingLabelMouseButtonMiddle": { - "message": "middle", + "message": "μεσαίο", "description": "middle" }, "settingLabelTimeoutActive": { - "message": "Gesture timeout", + "message": "Χρονικό όριο λήξης χειρονομίας", "description": "Gesture timeout" }, "settingLabelTimeoutDuration": { - "message": "Duration", + "message": "Διάρκεια", "description": "Duration" }, "settingLabelSuppressionKey": { - "message": "Gesture suppression key", + "message": "Κουμπί λήξης χειρονομίας", "description": "Gesture suppression key" }, "settingLabelNoneKey": { - "message": "None", + "message": "Κανένα", "description": "None" }, "settingLabelAltKey": { @@ -88,7 +88,7 @@ "description": "Shift" }, "settingLabelAdvancedSettings": { - "message": "Advanced settings", + "message": "Σύνθετες ρυθμίσεις", "description": "Advanced settings" }, "settingLabelDistanceThreshold": { @@ -108,7 +108,7 @@ "description": "Line color" }, "settingLabelTraceOpacity": { - "message": "Opacity", + "message": "Αδιαφάνεια", "description": "Opacity" }, "settingLabelTraceWidth": { @@ -124,19 +124,19 @@ "description": "Display command" }, "settingLabelCommandColor": { - "message": "Font color", + "message": "Χρώμα γραμματοσειράς", "description": "Font color" }, "settingLabelCommandBackgroundColor": { - "message": "Background color", + "message": "Χρώμα φόντου", "description": "Background color" }, "settingLabelCommandBackgroundOpacity": { - "message": "Background opacity", + "message": "Αδιαφάνεια φόντου", "description": "Background opacity" }, "settingLabelCommandFontSize": { - "message": "Font size", + "message": "Μέγεθος γραμματοσειράς", "description": "Font size" }, "settingLabelDisplayDirections": { @@ -144,7 +144,7 @@ "description": "Display gesture directions" }, "settingLabelDirectionsColor": { - "message": "Font color", + "message": "Χρώμα γραμματοσειράς", "description": "Font color" }, "settingLabelDirectionsBackgroundColor": { @@ -160,19 +160,19 @@ "description": "Font size" }, "settingLabelDirectionsTextAlign": { - "message": "Text alignment", + "message": "Στοίχιση κειμένου", "description": "Text alignment" }, "settingLabelDirectionsTextAlignLeft": { - "message": "left", + "message": "αριστερά", "description": "left" }, "settingLabelDirectionsTextAlignRight": { - "message": "right", + "message": "δεξιά", "description": "right" }, "settingLabelDirectionsTextAlignCenter": { - "message": "center", + "message": "κέντρο", "description": "center" }, "settingLabelUpdateNotification": { @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/es_ES/messages.json b/src/_locales/es_ES/messages.json index 6ce09e40c..b82161fe9 100644 --- a/src/_locales/es_ES/messages.json +++ b/src/_locales/es_ES/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Complemento para usar gestos del ratón personalizables que admite más de 60 comandos diferentes y características adicionales como el efecto balancín y gestos con la rueda del ratón.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "¡La extensión $NAME$ ha sido actualizada!", @@ -275,6 +275,10 @@ "message": "Botón de activación de los gestos usando la rueda del ratón", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Rueda hacia arriba", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Botón del ratón que activará el gesto de la rueda del ratón.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Información:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "El archivo seleccionado no coincide con el tipo de archivo.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Todos los ajustes, incluyendo los gestos, serán restablecidos. ¡Esto no se puede deshacer!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Crea o elimina un marcador", @@ -479,9 +491,25 @@ "message": "Nueva ventana privada", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Abrir pestaña en nueva ventana", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Cerrar ventana", @@ -547,6 +575,10 @@ "message": "Guardar imagen", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Imprimir", "description": "Print" @@ -755,10 +787,26 @@ "message": "Abre una nueva ventana privada vacía.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Se mueve la pestaña actual a una nueva ventana.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Cierra la pestaña actual.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Descarga la imagen en la que se inició el gesto.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Imprime la página actual mostrando las opciones de impresión.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Error del comando \"$COMMAND$\".", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Línea de comandos", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Guardar", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tema predeterminado", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/fi_FI/messages.json b/src/_locales/fi_FI/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/fi_FI/messages.json +++ b/src/_locales/fi_FI/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index b24983773..2c93234e2 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Bouton de la souris pour le geste de la molette", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Molette vers le haut", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information :", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Le fichier sélectionné ne correspond pas au type de fichier requis.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Tous les paramètres y compris les gestes sont réinitialisés. Cela ne peut pas être annulé !", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Touche marque-page", @@ -479,9 +491,25 @@ "message": "Nouvelle fenêtre privée", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Fermer la fenêtre", @@ -547,6 +575,10 @@ "message": "Enregistrer l'image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Imprimer", "description": "Print" @@ -755,10 +787,26 @@ "message": "Ouvre une nouvelle fenêtre privée vide.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Déplace l’onglet actuel vers une nouvelle fenêtre.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Ferme la fenêtre actuelle.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Télécharge l’image, où le mouvement a commencé.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Imprime la page actuelle en ouvrant la boîte de dialogue Imprimer.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/he_IL/messages.json b/src/_locales/he_IL/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/he_IL/messages.json +++ b/src/_locales/he_IL/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/hu_HU/messages.json b/src/_locales/hu_HU/messages.json index 2cd777090..e9cb3645a 100644 --- a/src/_locales/hu_HU/messages.json +++ b/src/_locales/hu_HU/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/it_IT/messages.json b/src/_locales/it_IT/messages.json index 88b7ad0d4..df536a72e 100644 --- a/src/_locales/it_IT/messages.json +++ b/src/_locales/it_IT/messages.json @@ -1,10 +1,10 @@ { "extensionDescription": { - "message": "Estensione personalizzabile per i gesti del mouse, che supporta più di 60 azioni differenti ed altre funzionalità aggiuntive come i gesti attraverso i pulsanti e la rotella del mouse.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigera, manövrera och bläddra snabbare med musrörelser! Ett anpassningsbart musrörelsetillägg med en mängd olika kommandon.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { - "message": "L'estensione $NAME$ è stata aggiornata!", + "message": "Tillägget $NAME$ har uppdaterats!", "description": "Gesturefy add-on has been updated!", "placeholders": { "name": { @@ -36,7 +36,7 @@ "description": "Extras" }, "navigationBlacklist": { - "message": "Lista nera", + "message": "Lista vietati", "description": "Blacklist" }, "navigationAbout": { @@ -275,6 +275,10 @@ "message": "Gesto pulsante della rotella del mouse", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Sensibilità della rotella del mouse", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Movimento rotella in alto", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Il pulsante del mouse che attiverà il movimento della rotella.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "Il movimento minimo della rotella del mouse che deve essere eseguito, affinché un gesto venga attivato.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informazioni:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Il file selezionato non corrisponde al tipo di file richiesto.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Questo file di configurazione contiene gesti che potrebbero richiedere l'accettazione di ulteriori autorizzazioni.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Vengono resettate tutte le impostazioni compresi i gesti. Questo non può essere annullato!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Verranno resettate tutte le impostazioni compresi i gesti. Questo non può essere annullato!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Attiva\/disattiva segnalibro", @@ -479,9 +491,25 @@ "message": "Nuova finestra privata", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Scheda in una finestra", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Sposta la scheda all'inizio", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Sposta la scheda alla fine", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Muovi scheda in una nuova finestra", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Sposta le schede di sinistra in una nuova finestra", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Sposta le schede di destra in una nuova finestra", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Chiudi finestra", @@ -547,6 +575,10 @@ "message": "Salva immagine", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Salva link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Stampa", "description": "Print" @@ -755,10 +787,26 @@ "message": "Apre una nuova finestra privata vuota.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Sposta la scheda corrente all'inizio della barra delle schede.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Sposta la scheda corrente alla fine della barra delle schede.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Muovi la scheda corrente in una nuova finestra.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Sposta tutte le schede a sinistra della scheda corrente in una nuova finestra.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Sposta tutte le schede a destra della scheda corrente in una nuova finestra.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Chiude la finestra corrente.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Scarica l'immagine, dove il gesto è iniziato.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Scarica un url selezionato o il link dove è iniziato il gesto.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Stampa la pagina corrente richiedendo la finestra di dialogo Stampa.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "ultimo accesso decrescente", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alfabetico ascendente", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "in ordine alfabetico crescente", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "in ordine alfabetico decrescente", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alfabetico decrescente", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Includi scheda corrente", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus nuova finestra", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Definisce la posizione della nuova scheda rispetto alla scheda corrente.", @@ -1103,6 +1163,14 @@ "message": "Ordina le schede visualizzate per una specifica caratteristica.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determina se la scheda attualmente attiva deve essere inclusa.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determina se la finestra aperta deve ottenere il focus o no.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" comando non eseguito.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Barra dei comandi", "description": "Command bar" }, + "commandBarSearch": { + "message": "Ricerca", + "description": "Search" + }, "commandBarSaveButton": { "message": "Salva", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tema predefinito", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy è stato installato correttamente.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Non hai mai fatto un gesto del mouse prima?\n Provalo ora!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Premi e tieni premuto il pulsante destro del mouse", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Trascina il mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Rilascia il pulsante destro del mouse", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "Scorre alla fine della pagina.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulazioni, hai completato con successo il tuo primo gesto del mouse!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Crea quanti gesti vuoi per il tuo stile di navigazione personale e rendi il tuo lavoro quotidiano più facile, veloce e molto più divertente. Inizia ora e personalizza Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Imposta i tuoi gesti", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Ancora confuso? Clicca sul link qui sotto per una rapida interruzione e se non riesci a far funzionare Gesturefy puoi anche vedere la guida per risolvere i problemi.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Per saperne di più", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/ja_JP/messages.json b/src/_locales/ja_JP/messages.json index 69611c495..9ddd52eb8 100644 --- a/src/_locales/ja_JP/messages.json +++ b/src/_locales/ja_JP/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "60以上の異なるコマンドと、ロッカージェスチャーやホイールジェスチャーといった追加機能をサポートする、カスタマイズ可能なマウスジェスチャーアドオンです。", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "マウスジェスチャーで素早くブラウザーの操作やブラウジングができます。様々な異なるコマンドでカスタマイズ可能なマウスジェスチャーアドオンです。", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ アドオンが更新されました。", @@ -275,6 +275,10 @@ "message": "ホイールジェスチャーに使用するマウスボタン", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "マウスホイールの感度", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "ホイールの上回転", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "このボタンでホイールジェスチャーを実行します。", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "ジェスチャーの実行に必要な最小マウスホイールスクロール量です。", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "インフォメーション:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "選択されたファイルは、復元に必要なファイル形式ではありません。", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "この設定ファイルには追加の許可設定が必要なジェスチャーが含まれています。", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "ジェスチャーを含むすべての設定をリセットします。この操作は元に戻すことができません。", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "ブックマークを設定\/解除", @@ -479,9 +491,25 @@ "message": "新しいプライベートウィンドウ", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "タブを新しいウィンドウで開く", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "タブを先頭に移動", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "タブを末尾に移動", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "タブを新しいウィンドウに移動", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "左のタブを新しいウィンドウに移動", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "右のタブを新しいウィンドウに移動", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "ウィンドウを閉じる", @@ -547,6 +575,10 @@ "message": "画像を保存", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "リンクを保存", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "印刷", "description": "Print" @@ -755,10 +787,26 @@ "message": "新しい空のプライベートウィンドウを開きます。", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "現在のタブをタブバーの先頭に移動します。", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "現在のタブをタブバーの末尾に移動します。", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "現在のタブを新しいウィンドウに移動します。", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "現在のタブの左側にあるすべてのタブを新しいウィンドウに移動します。", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "現在のタブの右側にあるすべてのタブを新しいウィンドウに移動します。", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "現在のウィンドウを閉じます。", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "ジェスチャーの始点にある画像をダウンロードします。", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "選択された URL またはジェスチャーの始点にあるリンクをダウンロードします。", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "印刷ダイアログを表示して現在のページを印刷します。", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "アクセス順 (降順)", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { + "commandSettingLabelTabOrderAlphabeticallyAsc": { "message": "アルファベット順 (昇順)", - "description": "alphabetical ascending" + "description": "alphabetically ascending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { + "commandSettingLabelTabOrderAlphabeticallyDesc": { "message": "アルファベット順 (降順)", - "description": "alphabetical descending" + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "現在のタブを含める", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "新しいウィンドウにフォーカス", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "現在のタブを基準にした新しいタブの位置を指定します。", @@ -1103,6 +1163,14 @@ "message": "タブの表示を特定の順序で並べ替えます。", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "現在アクティブなタブを含めるかどうかを指定します。", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "開いたウィンドウがフォーカスされるかどうかを指定します。", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" コマンドは失敗しました。", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "コマンドバー", "description": "Command bar" }, + "commandBarSearch": { + "message": "検索", + "description": "Search" + }, "commandBarSaveButton": { "message": "保存", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "デフォルトのテーマ", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy のインストールに成功しました。", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "過去にマウスジェスチャーを利用したことがありますか?\n 今すぐ試してみてください!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "マウスの右ボタンを押したままにします", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "マウス (カーソル) を下に動かします", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "マウスの右ボタンを放します", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "ページの下までスクロールします。", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "おめでとうございます、初めてのマウスジェスチャーを無事に成し遂げました!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "ブラウジングスタイルに合わせて様々なジェスチャーを作成し、日々のブラウジングをより簡単に、快適に、そして楽しいものにしてください。さあ今すぐ Gesturefy を自分流にアレンジしてみましょう!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "ジェスチャーを設定する", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "何か分からないことがありますか? 下記のリンク先には、Gesturefy がうまく動作しない場合のトラブルシューティングガイドも含めた、さらなる情報があります。", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "詳しい情報を知る", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/ko_KR/messages.json b/src/_locales/ko_KR/messages.json index a3314931e..a8070ff0e 100644 --- a/src/_locales/ko_KR/messages.json +++ b/src/_locales/ko_KR/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "60 개 이상의 서로 다른 명령과 로커 및 휠 제스처와 같은 추가 기능을 지원하는 사용자 정의 가능한 마우스 제스처 애드온", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ 애드온이 업데이트 되었습니다!", @@ -275,6 +275,10 @@ "message": "휠 제스처 마우스 버튼", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "마우스 휠 감도", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "휠 위로", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "휠 제스처를 수행할 마우스 버튼", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "제스처가 트리거될 때까지 마우스 휠을 스크롤해야 하는 최소 양", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "정보:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "선택한 파일이 필요한 파일 형식과 일치하지 않습니다.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "이 구성 파일에는 추가 사용 권한의 승인이 필요할 수 있는 제스처가 포함되어 있습니다.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "제스처를 포함한 모든 설정이 초기화됩니다. 이것은 취소할 수 없습니다!", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "북마크 사용\/해제", @@ -479,9 +491,25 @@ "message": "새 개인 창", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "탭을 새 창으로", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "탭을 처음으로 이동", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "탭을 끝으로 이동", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "탭을 새 창으로 이동", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "왼쪽 탭을 새 창으로 이동", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "오른쪽 탭을 새 창으로 이동", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "창 닫기", @@ -524,7 +552,7 @@ "description": "Search selected text" }, "commandLabelSearchClipboard": { - "message": "Search clipboard", + "message": "클립보드 검색", "description": "Search clipboard" }, "commandLabelCloseRightTabs": { @@ -547,6 +575,10 @@ "message": "이미지 저장", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "링크 저장", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "인쇄", "description": "Print" @@ -628,7 +660,7 @@ "description": "[Popup] Recently closed tabs" }, "commandLabelPopupSearchEngines": { - "message": "[Popup] Search engines", + "message": "[Popup] 검색 엔진", "description": "[Popup] Search engines" }, "commandLabelSendMessageToOtherAddon": { @@ -755,10 +787,26 @@ "message": "새 빈 개인 창으로 열기", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "현재 탭을 탭 열의 처음으로 이동", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "현재 탭을 탭 열의 끝으로 이동", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "현재 탭을 새 창으로 이동", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "현재 탭의 모든 왼쪽 탭을 새 창으로 이동", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "현재 탭의 모든 오른쪽 탭을 새 창으로 이동", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "현재 창 닫기", "description": "Closes the current window." @@ -800,7 +848,7 @@ "description": "Starts a web search of the selected text." }, "commandDescriptionSearchClipboard": { - "message": "Starts a web search of the clipboard text.", + "message": "클립보드 텍스트의 웹 검색을 시작합니다.", "description": "Starts a web search of the clipboard text." }, "commandDescriptionCloseRightTabs": { @@ -823,6 +871,10 @@ "message": "제스처가 시작된 곳의 이미지를 다운로드합니다.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "선택한 Url 또는 제스처가 시작된 링크를 다운로드합니다.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "인쇄 대화 상자를 표시하여 현재 페이지를 인쇄합니다.", "description": "Prints the current page by prompting the print dialog." @@ -904,7 +956,7 @@ "description": "Opens a popup containing a list of all recently closed tabs and offers the possibility to restore one of them." }, "commandDescriptionPopupSearchEngines": { - "message": "Opens a popup containing a list of all installed search engines and offers the possibility to search the selected text with one of them.", + "message": "설치된 모든 검색 엔진의 목록을 포함하는 팝업을 열고 선택한 텍스트를 그 중 하나와 함께 검색 할 수있는 가능성을 제공합니다.", "description": "Opens a popup containing a list of all installed search engines and offers the possibility to search the selected text with one of them." }, "commandDescriptionSendMessageToOtherAddon": { @@ -980,7 +1032,7 @@ "description": "Open empty tab" }, "commandSettingLabelOpenEmptyWindow": { - "message": "Open empty window", + "message": "빈 창 열기", "description": "Open empty window" }, "commandSettingLabelSearchEngineURL": { @@ -1008,28 +1060,36 @@ "description": "Parse message" }, "commandSettingLabelTabOrder": { - "message": "Tab order", + "message": "탭 순서", "description": "Tab order" }, "commandSettingLabelTabOrderNone": { - "message": "none (default)", + "message": "없음 (기본값)", "description": "none (default)" }, "commandSettingLabelTabOrderLastAccessedAsc": { - "message": "last accessed ascending", + "message": "최근 오름차순으로 액세스", "description": "last accessed ascending" }, "commandSettingLabelTabOrderLastAccessedDesc": { - "message": "last accessed descending", + "message": "최근 내림차순으로 액세스", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "가나다순 오름차순", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "가나다순 내림차순", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "현재 탭 포함", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "새 창으로 포커스", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "현재 탭에 새 탭과 관련된 위치를 결정합니다.", @@ -1072,11 +1132,11 @@ "description": "Determines if an empty tab should be opened if no URL or link was selected." }, "commandSettingDescriptionOpenEmptyWindow": { - "message": "Determines if an empty window should be opened if no URL or link was selected.", + "message": "URL 또는 링크가 선택되지 않은 경우, 빈 창을 열어야 하는지를 결정합니다.", "description": "Determines if an empty window should be opened if no URL or link was selected." }, "commandSettingDescriptionSearchEngineURL": { - "message": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used.", + "message": "검색 텍스트가 추가되는 사용자 정의 검색 URL입니다. 생략하면 기본 브라우저 검색 엔진이 사용됩니다.", "description": "A custom search URL to which the search text is appended. If omitted, the default browser search engine will be used." }, "commandSettingDescriptionSavePromptDialog": { @@ -1100,9 +1160,17 @@ "description": "Determines if the message should be serialized as a JavaScript object." }, "commandSettingDescriptionTabOrder": { - "message": "Orders the displayed tabs by a specific characteristic.", + "message": "표시된 탭을 특정 특성으로 정렬합니다.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "현재 활성 탭에 대하여 포함 여부를 결정합니다.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "열려있는 창의 포커스가 확보되어야 하는지 여부를 결정합니다.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" 명령 실패.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "명령 도구", "description": "Command bar" }, + "commandBarSearch": { + "message": "검색", + "description": "Search" + }, "commandBarSaveButton": { "message": "저장", "description": "Save" @@ -1226,7 +1298,7 @@ "description": "Downloads" }, "permissionLabelSearch": { - "message": "Search", + "message": "검색", "description": "Search" }, "toggleButtonOn": { @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "기본 테마", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/nl_NL/messages.json b/src/_locales/nl_NL/messages.json index 0eb144c7e..a38af413f 100644 --- a/src/_locales/nl_NL/messages.json +++ b/src/_locales/nl_NL/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/no_NO/messages.json b/src/_locales/no_NO/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/no_NO/messages.json +++ b/src/_locales/no_NO/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/pl_PL/messages.json b/src/_locales/pl_PL/messages.json index f676416b3..fdd01079e 100644 --- a/src/_locales/pl_PL/messages.json +++ b/src/_locales/pl_PL/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Konfigurowalny dodatek gestów myszy, który obsługuje ponad 60 różnych poleceń i dodatkowe funkcje, takie jak gesty rocker i gesty kółkiem myszy.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Dodatek $NAME$ został zaktualizowany!", @@ -48,11 +48,11 @@ "description": "Gesture mouse button" }, "settingLabelMouseButtonLeft": { - "message": "z lewej", + "message": "lewy", "description": "left" }, "settingLabelMouseButtonRight": { - "message": "z prawej", + "message": "prawy", "description": "right" }, "settingLabelMouseButtonMiddle": { @@ -275,6 +275,10 @@ "message": "Przycisk gestów kółkiem myszy", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Kółko w górę", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Przycisk myszy, który uruchamia rozpoznawanie gestów kółkiem.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informacja:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Wybrany plik jest nieprawidłowy.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "Wszystkie ustawienia, w tym gesty będą zresetowane. Ustawienia zostaną bezpowrotnie utracone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Dodaj\/usuń zakładkę", @@ -479,9 +491,25 @@ "message": "Nowe okno prywatne", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Karta do nowego okna", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Przenieś kartę na początek", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Przenieś kartę na koniec", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Przenieś kartę do nowego okna", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Przenieś karty z lewej do nowego okna", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Przenieś karty z prawej do nowego okna", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Zamknij okno", @@ -547,6 +575,10 @@ "message": "Zapisz obraz", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Zapisz link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Drukuj", "description": "Print" @@ -755,10 +787,26 @@ "message": "Otwiera nowe puste okno prywatne.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Przenosi bieżącą kartę na początek paska kart.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Przenosi bieżącą kartę na koniec paska kart.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Przenosi aktywną kartę do nowego okna.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Przenosi wszystkie karty na lewo od bieżącej do nowego okna.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Przenosi wszystkie karty na prawo od bieżącej do nowego okna.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Zamyka aktywne okno.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Pobiera obraz, na którym rozpoczął się gest.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Pobiera zaznaczony odnośnik lub odnośnik, na którym rozpoczął się gest.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Drukuje bieżącą stronę przez wyświetlenie okna dialogowego Drukowanie.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "ostatnio używane malejąco", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { + "commandSettingLabelTabOrderAlphabeticallyAsc": { "message": "alfabetycznie rosnąco", - "description": "alphabetical ascending" + "description": "alphabetically ascending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { + "commandSettingLabelTabOrderAlphabeticallyDesc": { "message": "alfabetycznie malejąco", - "description": "alphabetical descending" + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Określa położenie nowej karty w stosunku do bieżącej karty.", @@ -1103,6 +1163,14 @@ "message": "Porządkuje wyświetlane karty w określonym układzie.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Wykonanie polecenia \"$COMMAND$\" nie powiodło się.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Zapisz", "description": "Save" @@ -1214,11 +1286,11 @@ "description": "Bookmarks" }, "permissionLabelClipboardWrite": { - "message": "Clipboard write", + "message": "Dodawanie danych do schowka", "description": "Clipboard write" }, "permissionLabelClipboardRead": { - "message": "Clipboard read", + "message": "Odczytywanie danych ze schowka", "description": "Clipboard read" }, "permissionLabelDownloads": { @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Domyślny motyw", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/pt_BR/messages.json b/src/_locales/pt_BR/messages.json index a5da0fb98..e13ccb208 100644 --- a/src/_locales/pt_BR/messages.json +++ b/src/_locales/pt_BR/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Extensão de gestos do mouse personalizáveis, que suporta mais de 60 comandos diferentes e recursos adicionais como gestos rocker e da roda.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "A extensão $NAME$ foi atualizada!", @@ -275,6 +275,10 @@ "message": "Botão do gesto da roda do mouse", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Roda para cima", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "O botão do mouse que deve ser pressionado para que a rolagem da roda ative o gesto.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informação:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "O arquivo selecionado não é compatível com o tipo de arquivo necessário.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Todas as configurações, incluindo os gestos, serão redefinidas. Isto não pode ser desfeito!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Alternar favorito", @@ -479,9 +491,25 @@ "message": "Nova janela privada", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Mover aba para nova janela", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Fechar janela", @@ -547,6 +575,10 @@ "message": "Salvar imagem", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Imprimir", "description": "Print" @@ -755,10 +787,26 @@ "message": "Abre uma nova janela privativa vazia.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Move a aba atual para uma nova janela.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Fecha a janela atual.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Salva a imagem onde o gesto teve início.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Abre a janela de impressão para imprimir a página atual.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Barra de comando", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Salvar", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tema padrão", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/pt_PT/messages.json b/src/_locales/pt_PT/messages.json index 4273f38f6..1d62dd5d7 100644 --- a/src/_locales/pt_PT/messages.json +++ b/src/_locales/pt_PT/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Extra de gestos do rato personalizáveis, que suporta mais de 60 comandos diferentes e recursos adicionais como gestos rocker e da roda.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Explore, opere e navegue mais rápido com gestos do rato! Um extra para gestos do rato, personalizável e com uma variedade de diferentes comandos.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "O extra $NAME$ foi atualizado!", @@ -275,6 +275,10 @@ "message": "Gesto do botão central", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Sensibilidade da roda do rato", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Roda acima", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "O botão do rato que irá desencadear o gesto da roda.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "A quantidade mínima que a roda do rato deve ser rodada para que o gesto seja acionado.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informação:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "O ficheiro selecionado não é compatível com o tipo de ficheiro necessário.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Este ficheiro de configuração contém gestos que podem necessitar da aceitação de permissões adicionais.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Todas as definições, incluindo os gestos, serão repostas. Não será possível voltar atrás!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Todas as definições, incluindo os gestos, serão repostas. Esta ação não poderá ser revertida!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Alternar marcador", @@ -479,9 +491,25 @@ "message": "Nova janela privada", "description": "New private window" }, - "commandLabelTabToNewWindow": { + "commandLabelMoveTabToStart": { + "message": "Mover separador para o início", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Mover separador para o final", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { "message": "Mover separador para nova janela", - "description": "Tab to new window" + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Mover separadores à esquerda para nova janela", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Mover separadores à direita para nova janela", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Fechar janela", @@ -547,6 +575,10 @@ "message": "Guardar imagem", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Guardar ligação", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Imprimir", "description": "Print" @@ -755,10 +787,26 @@ "message": "Abre uma nova janela privada vazia.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Move o separador atual para o início da barra de separadores.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Move o separador atual para o final da barra de separadores.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Move o separador atual para uma nova janela.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Move todos os separadores à esquerda do separador atual para uma nova janela.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Move todos os separadores à direita do separador atual para uma nova janela.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Fecha a janela atual.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Salva a imagem onde o gesto teve início.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Guarda o URL selecionado ou a ligação onde o gesto foi iniciado.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Imprime a página atual, exibindo a caixa de diálogo de impressão.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "último acedido descendente", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alfabético ascendente", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alfabeticamente, crescente", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alfabeticamente, decrescente", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Incluir separador atual", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alfabético descendente", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focar a nova janela", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determina a posição do novo separador relativa à posição do separador atual.", @@ -1103,6 +1163,14 @@ "message": "Ordena os separadores exibidos segundo critérios de ordenação específicos.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determina se o separador atualmente ativo deve ser incluído.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determina se a janela aberta deve ser exibida em primeiro plano.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "O comando $COMMAND$ falhou.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Barra de comando", "description": "Command bar" }, + "commandBarSearch": { + "message": "Procurar", + "description": "Search" + }, "commandBarSaveButton": { "message": "Salvar", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tema Predefinido", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "O Gesturefy foi instalado com sucesso.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Nunca realizou um gesto do rato antes?\n Experimente agora!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Pressione e segure o botão direito do rato", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Arraste o rato abaixo", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Solte o botão direito do rato", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "Você deslocou para o final da página.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Parabéns, você realizou com sucesso o seu primeiro gesto do rato!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Crie tantos gestos quanto quiser de modo a satisfazer o seu próprio estilo de navegação e a tornar a sua navegação diária mais cómoda, mais rápida e muito mais divertida. Comece agora mesmo e personalize o Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Defina os seus Gestos", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Ainda confuso? Clique na ligação abaixo para uma rápida desmistificação e, se não conseguir colocar o Gesturefy a funcionar, pode também encontrar um guia de solução de problemas.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Saber mais", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/ro_RO/messages.json b/src/_locales/ro_RO/messages.json index c160d6f2b..d5b341ed4 100644 --- a/src/_locales/ro_RO/messages.json +++ b/src/_locales/ro_RO/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Plugin personalizabil pentru gesturi cu mouse-ul, care suportă peste 60 de comenzi diferite şi diverse facilităţi în plus, cum ar fi Rocker sau gesturi din rotiţa mouse-ului.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Plugin-ul $NAME$ a fost actualizat!", @@ -68,7 +68,7 @@ "description": "Duration" }, "settingLabelSuppressionKey": { - "message": "Tastă pentru anularea gestului", + "message": "Tastă pentru suprimarea gestului", "description": "Gesture suppression key" }, "settingLabelNoneKey": { @@ -100,7 +100,7 @@ "description": "Gesture sensitivity" }, "settingLabelDisplayTrace": { - "message": "Afişează urma gestului", + "message": "Afișează urma gestului", "description": "Display gesture trace" }, "settingLabelTraceColor": { @@ -275,6 +275,10 @@ "message": "Buton pentru un gest al roții", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Rotița în sus", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Butonul mouse-ului care va declanşa gestul rotiței.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informație:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Fișierul selectat nu corespunde cu tipul de fişier necesar.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Toate setările inclusiv gesturile sunt resetate. Acestă modificare nu poate fi anulată!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Toate setările inclusiv gesturile vor fi resetate. Acestă modificare nu poate fi anulată!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Comutare marcaj", @@ -479,9 +491,25 @@ "message": "Fereastră nouă privată", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Fila în fereastră nouă", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Mută fila la început", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Mută fila la sfârșit", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Mută fila într-o fereastră nouă", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Mută filele din stânga într-o fereastră nouă", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Mută filele din dreapta într-o fereastră nouă", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Închideţi fereastra", @@ -547,6 +575,10 @@ "message": "Salvează imaginea", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Salvează legătură", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Imprimă", "description": "Print" @@ -755,10 +787,26 @@ "message": "Se deschide o fereastră nouă, goală în mod privat.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Mută fila curentă la începutul șirului de file.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Mută fila curentă la sfârșitul șirului de file.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Mută fila curentă într-o fereastră nouă.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Se mută toate filele din stânga filei curente într-o fereastră nouă.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Se mută toate filele din dreapta filei curente într-o fereastră nouă.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Închide fereastra curentă.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Descarcă imaginea, de unde a început gestul.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Descarcă fie URL-ul selectat sau link-ul unde care a început gestul.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Imprimă pagina curentă afișând fereastra de dialog pentru imprimare.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "Ultima accesare, descrescător", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "Alfabetic, A-Z", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alfabetic ascendent", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alfabetic descendent", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include fila curentă", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "Alfabetic, Z-A", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focusul pe fereastra nouă", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determină poziţia unei noi file în raport cu fila curentă.", @@ -1103,6 +1163,14 @@ "message": "Ordonează casetele afişate în funcţie de o caracteristică specifică.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determină dacă fila activă curentă ar trebuii inclusă.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determină dacă ferestra deschisă ar trebuii să obțină focusul sau nu.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Comanda \"$COMMAND$\" nu a reuşit.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Bara de comandă", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Salvează", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tema implicită", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index 10f3d131b..f5d59411a 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Настраиваемые жесты мыши, расширение поддерживает более 60 различных команд и функций.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Расширение $NAME$ было обновлено!", @@ -56,7 +56,7 @@ "description": "right" }, "settingLabelMouseButtonMiddle": { - "message": "средняя", + "message": "Cредняя", "description": "middle" }, "settingLabelTimeoutActive": { @@ -212,7 +212,7 @@ "description": "Accepts any value in the range of 0 (invisible) and 1 (visible)." }, "settingDescriptionTraceGrowth": { - "message": "Determines if the line thickness should grow.", + "message": "Определяет, должна ли толщина линии увеличиваться.", "description": "Determines if the line thickness should grow." }, "settingDescriptionDisplayCommand": { @@ -275,6 +275,10 @@ "message": "Кнопка для жестов колесиком", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Чувствительность мыши", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Колесико вверх", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Кнопка мыши, которая переключает жесты колесиком.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "Минимальное количество прокруток колеса мыши до тех пор, пока жест не будет запущен.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Информация:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Выбранный файл не соответствует требуемому типу.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Этот файл конфигурации содержит жесты, которые могут потребовать принятия дополнительных разрешений.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Сбросить все настройки, включая жесты. Это действие нельзя отменить!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Все настройки, включая жесты, будут сброшены. Это не может быть отменено!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Поставить\/Убрать закладку", @@ -479,9 +491,25 @@ "message": "Новое приватное окно", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Открыть вкладку в новом окне", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Переместить вкладку в начало", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Переместить вкладку в конец", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Переместить вкладку в новое окно", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Переместить левые вкладки в новое окно", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Переместить правые вкладки в новое окно", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Закрыть окно", @@ -547,6 +575,10 @@ "message": "Сохранить изображение", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Сохранить ссылку", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Печать", "description": "Print" @@ -755,10 +787,26 @@ "message": "Открывает новое пустое приватное окно.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Перемещает текущую вкладку в начало полосы вкладок.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Перемещает текущую вкладку в конец полосы вкладок.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Переместить текущую вкладку в новое окно.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Переместить все вкладки слева от текущей вкладки в новое окно.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Переместить все вкладки справа от текущей вкладки в новое окно.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Закрывает текущее окно.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Загружает изображение, на котором начался жест.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Печатает текущую страницу и выводит диалог печати.", "description": "Prints the current page by prompting the print dialog." @@ -980,7 +1032,7 @@ "description": "Open empty tab" }, "commandSettingLabelOpenEmptyWindow": { - "message": "Open empty window", + "message": "Открыть новое пустое окно", "description": "Open empty window" }, "commandSettingLabelSearchEngineURL": { @@ -1023,13 +1075,21 @@ "message": "По последнему доступу по убыванию", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "А->Я", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "в алфавитном порядке по возрастанию", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "в алфавитном порядке по убыванию", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "А->Я", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Определяет положение новой вкладки по отношению к текущей вкладке.", @@ -1048,7 +1108,7 @@ "description": "Determines if pinned tabs can be closed or not." }, "commandSettingDescriptionRestoreCurrentWindow": { - "message": "Determines if only tabs which belong to the current window should be restored.", + "message": "Определяет, следует ли восстанавливать только вкладки, которые принадлежат текущему окну.", "description": "Determines if only tabs which belong to the current window should be restored." }, "commandSettingDescriptionReloadCache": { @@ -1060,7 +1120,7 @@ "description": "The zoom step in percentage. If left blank, the default zoom levels are used." }, "commandSettingDescriptionScrollDuration": { - "message": "The duration in milliseconds the scroll animation should take.", + "message": "Продолжительность анимации прокрутки в миллисекундах.", "description": "The duration in milliseconds the scroll animation should take." }, "commandSettingDescriptionFocusIncludePinned": { @@ -1072,7 +1132,7 @@ "description": "Determines if an empty tab should be opened if no URL or link was selected." }, "commandSettingDescriptionOpenEmptyWindow": { - "message": "Determines if an empty window should be opened if no URL or link was selected.", + "message": "Определяет, нужно ли открывать пустое окно, если не был выбран URL или ссылка.", "description": "Determines if an empty window should be opened if no URL or link was selected." }, "commandSettingDescriptionSearchEngineURL": { @@ -1096,13 +1156,21 @@ "description": "The message string that should be sent to the add-on." }, "commandSettingDescriptionParseMessage": { - "message": "Determines if the message should be serialized as a JavaScript object.", + "message": "Определяет, должно ли сообщение быть сериализовано как объект JavaScript.", "description": "Determines if the message should be serialized as a JavaScript object." }, "commandSettingDescriptionTabOrder": { "message": "Упорядочивает вкладки по определённым характеристикам.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Определяет, следует ли включить текущую активную вкладку.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Определяет, нужно ли переключаться на открываемую вкладку или нет.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Ошибка в команде $COMMAND$.", "description": "\"New tab\" command failed.", @@ -1122,13 +1190,17 @@ "description": "The specified message string could not be parsed to a JavaScript object. Click here for more information." }, "commandErrorNotificationMessageMissingRecipient": { - "message": "The specified extension ID either does not belong to an existing add-on or the add-on does not receive messages. Click here for more information.", + "message": "Указанный идентификатор расширения либо не принадлежит существующей надстройке, либо надстройка не получает сообщений. Для получения дополнительной информации нажмите здесь.", "description": "The specified extension ID either does not belong to an existing add-on or the add-on does not receive messages. Click here for more information." }, "commandBarTitle": { "message": "Панель команд", "description": "Command bar" }, + "commandBarSearch": { + "message": "Поиск", + "description": "Search" + }, "commandBarSaveButton": { "message": "Сохранить", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Тема по умолчанию", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/si_LK/messages.json b/src/_locales/si_LK/messages.json index a6da19214..7a0657d55 100644 --- a/src/_locales/si_LK/messages.json +++ b/src/_locales/si_LK/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/sk_SK/messages.json b/src/_locales/sk_SK/messages.json index 286a162fe..4c6cb57c4 100644 --- a/src/_locales/sk_SK/messages.json +++ b/src/_locales/sk_SK/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "S týmto rozšírením môžete prispôsobovať gestá myši. Je podporovaných viac ako 60 rôznych príkazov a ďalšie funkcie ako gestá kolieskom myši a rocker gestá.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Rozšírenie $NAME$ bolo aktualizované!", @@ -275,6 +275,10 @@ "message": "Tlačidlo myši pre gestá kolieskom", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Pohyb kolieskom hore", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Tlačidlo myši, ktoré vyvoláva gesto kolieskom myši.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Informácia:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Vybraný súbor nezodpovedá požadovanému typu súboru.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Tento konfiguračný súbor obsahuje gestá, ktoré môžu vyžadovať prijatie dodatočných povolení.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Všetky nastavenia vrátane giest sú obnovené. Táto akcia sa nedá vrátiť!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Všetky nastavenia vrátane gest budú odstránené. Táto akcia sa nedá vrátiť!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Pridať\/odobrať záložku", @@ -372,11 +384,11 @@ "description": "New tab" }, "commandLabelReloadTab": { - "message": "Obnoviť kartu", + "message": "Znovu načítať kartu", "description": "Reload tab" }, "commandLabelReloadFrame": { - "message": "Obnoviť rámec stránky", + "message": "Znovu načítať rámec stránky", "description": "Reload frame" }, "commandLabelStopLoading": { @@ -436,11 +448,11 @@ "description": "Scroll page up" }, "commandLabelFocusRightTab": { - "message": "Prejsť na kartu vľavo", + "message": "Prejsť na kartu vpravo", "description": "Focus right tab" }, "commandLabelFocusLeftTab": { - "message": "Prejsť na kartu vpravo", + "message": "Prejsť na kartu vľavo", "description": "Focus left tab" }, "commandLabelFocusFirstTab": { @@ -479,9 +491,25 @@ "message": "Nové súkromné okno", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Karta do nového okna", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Premiestniť kartu na začiatok", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Premiestniť kartu na koniec", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Presunúť kartu do nového okna", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Premiestniť karty naľavo do nového okna", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Premiestniť karty napravo do nového okna", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Zatvoriť okno", @@ -547,6 +575,10 @@ "message": "Uložiť obrázok", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Uložiť odkaz", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Tlačiť", "description": "Print" @@ -755,10 +787,26 @@ "message": "Otvorí nové súkromné okno.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Presunie aktuálnu kartu na začiatok panela kariet.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Presunie aktuálnu kartu na koniec panelu kariet.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Presunie aktuálnu kartu do nového okna.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Presunie všetky karty naľavo od aktuálnej karty do nového okna.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Presunie všetky karty napravo od aktuálnej karty do nového okna.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Zatvorí nové okno.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Tam kde začnete gesto, odtiaľ stiahnete obrázok.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Stiahne obsah buď vybranej URL adresy alebo odkazu, kde gesto začalo.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Zobrazí dialógové okno pre tlač aktuálnej stránky.", "description": "Prints the current page by prompting the print dialog." @@ -1023,24 +1075,32 @@ "message": "naposledy otvorené zostupne", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { + "commandSettingLabelTabOrderAlphabeticallyAsc": { "message": "abecedne vzostupne", - "description": "alphabetical ascending" + "description": "alphabetically ascending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { + "commandSettingLabelTabOrderAlphabeticallyDesc": { "message": "abecedne zostupne", - "description": "alphabetical descending" + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Zahrnúť aktuálnu kartu", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Prejsť na nové okno", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Určuje pozíciu novej karty k aktuálnej karte.", "description": "Determines the position of the new tab relative to the current tab." }, "commandSettingDescriptionNewTabFocus": { - "message": "Determines if the opened tab should gain focus or not.", + "message": "Určuje, či prepnúť alebo neprepnúť na novootvorený panel.", "description": "Determines if the opened tab should gain focus or not." }, "commandSettingDescriptionTabNextFocus": { - "message": "Determines which tab should be focused next.", + "message": "Určuje, na ktorý panel bude prepnuté následne.", "description": "Determines which tab should be focused next." }, "commandSettingDescriptionTabClosePinned": { @@ -1048,27 +1108,27 @@ "description": "Determines if pinned tabs can be closed or not." }, "commandSettingDescriptionRestoreCurrentWindow": { - "message": "Determines if only tabs which belong to the current window should be restored.", + "message": "Určuje, či majú byť obnovené len panely patriace do aktuálneho okna.", "description": "Determines if only tabs which belong to the current window should be restored." }, "commandSettingDescriptionReloadCache": { - "message": "Determines if the cache should be reloaded or not.", + "message": "Určuje či má byť znovu načítaná vyrovnávacia pamäť alebo nie.", "description": "Determines if the cache should be reloaded or not." }, "commandSettingDescriptionZoomStep": { - "message": "The zoom step in percentage. If left blank, the default zoom levels are used.", + "message": "Krok priblíženia\/oddialenia je v percentách. Ak je hodnota prázdna, použije sa prednastavený krok priblíženia\/oddialenia.", "description": "The zoom step in percentage. If left blank, the default zoom levels are used." }, "commandSettingDescriptionScrollDuration": { - "message": "The duration in milliseconds the scroll animation should take.", + "message": "Trvanie animácie posunu stránky v milisekundách.", "description": "The duration in milliseconds the scroll animation should take." }, "commandSettingDescriptionFocusIncludePinned": { - "message": "Determines if pinned tabs should be treated as the leftmost tabs.", + "message": "Určuje, či budú pripnuté panely považované za najkrajnejšie ľavé panely.", "description": "Determines if pinned tabs should be treated as the leftmost tabs." }, "commandSettingDescriptionOpenEmptyTab": { - "message": "Determines if an empty tab should be opened if no URL or link was selected.", + "message": "Určuje, či má byť otvorený prázdny panel, ak nebol označený žiadny odkaz ani URL.", "description": "Determines if an empty tab should be opened if no URL or link was selected." }, "commandSettingDescriptionOpenEmptyWindow": { @@ -1103,6 +1163,14 @@ "message": "Poradie zobrazených kariet podľa špecifických charakteristík.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Príkaz $COMMAND$ zlyhal.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Panel príkazov", "description": "Command bar" }, + "commandBarSearch": { + "message": "Vyhľadať", + "description": "Search" + }, "commandBarSaveButton": { "message": "Uložiť", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Predvolená téma", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Nastavte si vaše gestá", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Dozvedieť sa viac", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/sr_SP/messages.json b/src/_locales/sr_SP/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/sr_SP/messages.json +++ b/src/_locales/sr_SP/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/sv_SE/messages.json b/src/_locales/sv_SE/messages.json index a4ccb4ab1..507ca3d00 100644 --- a/src/_locales/sv_SE/messages.json +++ b/src/_locales/sv_SE/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Anpassningsbara musrörelsetillägg, som stöder över 60 olika kommandon och ytterligare funktioner som musknappsrörelse.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigera, manövrera och bläddra snabbare med musrörelser! Ett anpassningsbart musrörelsetillägg med en mängd olika kommandon.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Tillägget $NAME$ har uppdaterats!", @@ -275,6 +275,10 @@ "message": "Hjulrörelsemusknapp", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mushjulskänslighet", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Hjul uppåt", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Musknappen som triggar hjulrörelsen.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "Mushjulets minsta skrollrörelse för att trigga rörelsen.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Markerad fil matchar inte den önskade filtypen.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "Den här konfigurationsfilen innehåller gester som kan kräva godkännande av ytterligare behörigheter.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Alla inställningar inklusive rörelser är återställda. Detta går inte att ångra!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "Alla inställningar inklusive rörelser kommer att återställas. Detta går inte att ångra!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Växla bokmärke", @@ -479,9 +491,25 @@ "message": "Nytt privat fönster", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Flik till nytt fönster", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Flytta flik till början", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Flytta flik till slutet", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Flytta flik till nytt fönster", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Flytta vänster flikar till nytt fönster", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Flytta höger flikar till nytt fönster", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Stäng fönster", @@ -547,6 +575,10 @@ "message": "Spara bild", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Spara länk", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Skriv ut", "description": "Print" @@ -755,10 +787,26 @@ "message": "Öppnar ett nytt tomt privat fönster.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Flyttar den aktuella fliken till början av flikremsan.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Flyttar den aktuella fliken till slutet av flikremsan.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Flyttar aktuell flik till ett nytt fönster.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Flyttar alla flikar till vänster om den aktuella fliken till ett nytt fönster.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Flyttar alla flikar till höger om den aktuella fliken till ett nytt fönster.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Stänger det aktuella fönstret.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Laddar ner bilden, från där rörelsen startade.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Laddar antingen ner vald webblänk eller länken där rörelsen startade.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Skriver ut aktuell sida genom att visa utskriftsfönstret.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "senast åtkomliga fallande", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alfabetisk stigande", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alfabetiskt stigande", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alfabetiskt fallande", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alfabetisk fallande", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Inkludera aktuell flik", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Fokusera på nytt fönster", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Bestämmer positionen för den nya fliken i förhållande till den aktuella fliken.", @@ -1103,6 +1163,14 @@ "message": "Sorterar flikarna efter angiven ordning.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Avgör om den aktuella aktiva fliken ska inkluderas.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Avgör om fönstret som öppnas ska få fokus eller inte.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "Kommandot \"$COMMAND$\" misslyckades.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Kommandorad", "description": "Command bar" }, + "commandBarSearch": { + "message": "Sök", + "description": "Search" + }, "commandBarSaveButton": { "message": "Spara", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Standardtema", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy har installerats.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Har du aldrig gjort en musrörelse tidigare?\nProva det nu!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Tryck och håll ner höger musknapp", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Dra ner din mus", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Släpp höger musknapp", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "Du har bläddrat till slutet av sidan.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Gratulerar, du lyckades skapa din första musrörelse!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Skapa så många musrörelser du vill för att göra din dagliga surfning enklare, snabbare och roligare. Kom igång nu och personifiera Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Ställ in dina rörelser", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Är du fortfarande förvirrad? Tryck på länken nedan för en snabb genomgång och kan du inte få Gesturefy att fungera kan du också hitta en felsökningsguide där.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Lära sig mer", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/th_TH/messages.json b/src/_locales/th_TH/messages.json index ec63f9c2e..c43ed0246 100644 --- a/src/_locales/th_TH/messages.json +++ b/src/_locales/th_TH/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/tr_TR/messages.json b/src/_locales/tr_TR/messages.json index e8e8c97e9..4240d1b40 100644 --- a/src/_locales/tr_TR/messages.json +++ b/src/_locales/tr_TR/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Tekerlek hareketini tetikleyecek fare düğmesi", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Fare tekerleğini yukarı kaydır", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Bilgi:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Seçili dosya gerekli dosya türüyle eşleşmiyor.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Hareketleri de içeren tüm ayarlar sıfırlanacak. Bu işlem geri alınamaz!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Yer imi ekle\/kaldır", @@ -479,9 +491,25 @@ "message": "Yeni gizli pencere", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Pencereyi kapat", @@ -547,6 +575,10 @@ "message": "Resmi kaydet", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Yazdır", "description": "Print" @@ -755,10 +787,26 @@ "message": "Yeni bir gizli pencere açar.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Geçerli sekmeyi yeni bir pencereye taşır.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Geçerli pencereyi kapatır.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Harkeketin başladığı yerdeki resmi indirir.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Sayfayı yazdırma iletişim kutusu aracılığıyla yazdır.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/uk_UA/messages.json b/src/_locales/uk_UA/messages.json index 2717c3892..6a1a5d1f7 100644 --- a/src/_locales/uk_UA/messages.json +++ b/src/_locales/uk_UA/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ add-on has been updated!", @@ -275,6 +275,10 @@ "message": "Wheel gesture mouse button", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Wheel up", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "The mouse button which triggers the wheel gesture.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Information:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "The selected file does not match the required file type.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "All settings including gestures are reset. This cannot be undone!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Toggle bookmark", @@ -479,9 +491,25 @@ "message": "New private window", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Tab to new window", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Close window", @@ -547,6 +575,10 @@ "message": "Save image", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "Print", "description": "Print" @@ -755,10 +787,26 @@ "message": "Opens a new empty private window.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Closes the current window.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Downloads the image, where the gesture started.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "Prints the current page by prompting the print dialog.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Determines the position of the new tab relative to the current tab.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" command failed.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Command bar", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Save", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Default theme", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/vi_VN/messages.json b/src/_locales/vi_VN/messages.json index 2406bc9be..6679cdd59 100644 --- a/src/_locales/vi_VN/messages.json +++ b/src/_locales/vi_VN/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "Ứng dụng tùy biến cử chỉ chuột, hỗ trợ hơn 60 lệnh khác nhau và nhiều tính năng đặc biệt khác như thao tác Rocker và cử chỉ của con lăn.", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "Tiện ich $NAME$ đã được cập nhật!", @@ -275,6 +275,10 @@ "message": "Nút chuột để thực hiện cử chỉ con lăn", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "Mouse wheel sensitivity", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "Lăn con lăn lên", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "Nút chuột để bắt đầu cử chỉ con lăn.", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered.", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "Thông tin:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "Tập tin vừa chọn không có định dạng phù hợp.", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "Tất cả các thiết lập sẽ được đặt lại. Điều này không thể hoàn tác!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "All settings including gestures will be reset. This cannot be undone!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "Bật tắt bookmark", @@ -479,9 +491,25 @@ "message": "Cửa sổ riêng tư mới", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "Chuyển tab sang cửa sổ mới", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "Move tab to start", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "Move tab to end", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "Move tab to new window", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "Move left tabs to new window", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "Move right tabs to new window", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "Đóng cửa sổ", @@ -547,6 +575,10 @@ "message": "Lựu hình", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "Save link", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "In", "description": "Print" @@ -755,10 +787,26 @@ "message": "Mở một cửa sổ riêng tư mới.", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { - "message": "Chuyển tab sang một cửa số mới.", + "commandDescriptionMoveTabToStart": { + "message": "Moves the current tab to the start of the tab strip.", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "Moves the current tab to the end of the tab strip.", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { + "message": "Moves the current tab to a new window.", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "Moves all tabs to the left of the current tab to a new window.", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "Moves all tabs to the right of the current tab to a new window.", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "Đóng cửa sổ hiện tại.", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "Tải hình nơi cử chỉ bắt đầu.", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "Downloads either a selected url, or the link where the gesture started.", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "In trang hiện tại bằng cách bật hộp thoại In.", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "last accessed descending", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "alphabetically ascending", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "alphabetically descending", + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "Include current tab", + "description": "Include current tab" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelNewWindowFocus": { + "message": "Focus new window", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "Xác định vị trí tab mới so với các tab hiện tại.", @@ -1103,6 +1163,14 @@ "message": "Orders the displayed tabs by a specific characteristic.", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "Determines if the currently active tab should be included.", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "Determines if the opened window should gain focus or not.", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "\"$COMMAND$\" lệnh đã thất bại.", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "Thanh lệnh", "description": "Command bar" }, + "commandBarSearch": { + "message": "Search", + "description": "Search" + }, "commandBarSaveButton": { "message": "Lưu", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "Tông màu mặc định", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } } \ No newline at end of file diff --git a/src/_locales/zh_CN/messages.json b/src/_locales/zh_CN/messages.json index 495cca119..d3ad09713 100644 --- a/src/_locales/zh_CN/messages.json +++ b/src/_locales/zh_CN/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "可定制的鼠标手势扩展,支持超过 60 种命令,还有摇摆手势、滚轮手势等额外功能。", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands.", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ 已完成更新!", @@ -275,6 +275,10 @@ "message": "滚轮手势鼠标按键", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "鼠标滚轮灵敏度", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "向上滚动", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "触发滚轮手势的鼠标按键。", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "鼠标滚轮触发手势的最小滚动量。", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "注意:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "所选文件与所需的文件类型不匹配。", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "This config file contains gestures that may require the acceptance of additional permissions.", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { "message": "包括手势在内的所有设置都将被重置。这无法撤销!", - "description": "All settings including gestures are reset. This cannot be undone!" + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "切换书签", @@ -479,9 +491,25 @@ "message": "新建隐私浏览窗口", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "标签页转入新窗口", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "移动标签页到开头", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "移动标签页到末尾", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "移动标签页到新窗口", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "移动左侧标签页到新窗口", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "移动右侧标签页到新窗口", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "关闭窗口", @@ -547,6 +575,10 @@ "message": "保存图像", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "保存链接", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "打印", "description": "Print" @@ -755,10 +787,26 @@ "message": "新建一个空的隐私浏览窗口。", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "移动当前标签页到标签栏的开头。", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "移动当前标签页到标签栏的末尾。", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "移动当前标签页到一个新窗口。", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "移动当前标签页左侧的所有标签页到一个新窗口。", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "移动当前标签页右侧的所有标签页到一个新窗口。", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "关闭当前窗口。", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "下载手势起始处的图像。", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "下载所选的网址或手势开始处的链接。", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "弹出打印对话框以打印当前页面。", "description": "Prints the current page by prompting the print dialog." @@ -1008,28 +1060,36 @@ "description": "Parse message" }, "commandSettingLabelTabOrder": { - "message": "Tab order", + "message": "标签页顺序", "description": "Tab order" }, "commandSettingLabelTabOrderNone": { - "message": "none (default)", + "message": "无(默认)", "description": "none (default)" }, "commandSettingLabelTabOrderLastAccessedAsc": { - "message": "last accessed ascending", + "message": "最后访问(升序)", "description": "last accessed ascending" }, "commandSettingLabelTabOrderLastAccessedDesc": { - "message": "last accessed descending", + "message": "最后访问(降序)", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { - "message": "alphabetical ascending", - "description": "alphabetical ascending" + "commandSettingLabelTabOrderAlphabeticallyAsc": { + "message": "按字母顺序(升序)", + "description": "alphabetically ascending" + }, + "commandSettingLabelTabOrderAlphabeticallyDesc": { + "message": "按字母顺序(降序)", + "description": "alphabetically descending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { - "message": "alphabetical descending", - "description": "alphabetical descending" + "commandSettingLabelTabIncludeCurrent": { + "message": "包含当前标签页", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "聚焦新窗口", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "决定新标签页相对于当前标签页的位置。", @@ -1100,9 +1160,17 @@ "description": "Determines if the message should be serialized as a JavaScript object." }, "commandSettingDescriptionTabOrder": { - "message": "Orders the displayed tabs by a specific characteristic.", + "message": "按特定标准对显示的标签页排序。", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "决定是否包含当前的活动标签页。", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "决定打开的窗口是否获得焦点。", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "“$COMMAND$”命令失败。", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "命令栏", "description": "Command bar" }, + "commandBarSearch": { + "message": "搜索", + "description": "Search" + }, "commandBarSaveButton": { "message": "保存", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "默认主题", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy has been successfully installed.", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "Never done a mouse gesture before?\r\n Try it out right now!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "Press and hold the right mouse button", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "Drag down your mouse", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "Release the right mouse button", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "You scrolled to the bottom of the page.", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "Congratulations, you successfully accomplished your very first mouse gesture!", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "Set Up Your Gestures", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there.", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "Learn More", + "description": "Learn More" } -} +} \ No newline at end of file diff --git a/src/_locales/zh_TW/messages.json b/src/_locales/zh_TW/messages.json index 633a1eda4..aa0a0dd0f 100644 --- a/src/_locales/zh_TW/messages.json +++ b/src/_locales/zh_TW/messages.json @@ -1,7 +1,7 @@ { "extensionDescription": { - "message": "可自訂的滑鼠手勢附加元件,能執行超過60種指令,也有額外功能如搖擺手勢及滾輪手勢。", - "description": "Customizable mouse gesture add-on, which supports over 60 different commands and additional features like rocker and wheel gestures." + "message": "滑鼠手勢使你的導航、操作、等瀏覽網路體驗更加快速流暢! 不只可自訂滑鼠手勢,還支援執行多種指令", + "description": "Navigate, operate and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands." }, "addonUpdateNotificationTitle": { "message": "$NAME$ 已經完成更新!", @@ -275,6 +275,10 @@ "message": "滾輪手勢按鍵", "description": "Wheel gesture mouse button" }, + "extraLabelWheelSensitivity": { + "message": "滑鼠滾輪敏感度", + "description": "Mouse wheel sensitivity" + }, "extraLabelWheelUp": { "message": "向上滾動", "description": "Wheel up" @@ -291,6 +295,10 @@ "message": "觸發滾輪手勢的滑鼠按鍵", "description": "The mouse button which triggers the wheel gesture." }, + "extraDescriptionWheelSensitivity": { + "message": "觸發手勢所需要的最小滾動量", + "description": "The minimal amount the mouse wheel must be scrolled until the gesture is triggered." + }, "blacklistLabelInformation": { "message": "注意:", "description": "Information:" @@ -355,9 +363,13 @@ "message": "選取的檔案格式並不符合,無法進行還原", "description": "The selected file does not match the required file type." }, + "aboutResetNotificationAdditionalPermissions": { + "message": "這個設定檔包含了可能需要額外權限的手勢", + "description": "This config file contains gestures that may require the acceptance of additional permissions." + }, "aboutResetNotificationConfirm": { - "message": "所有設定包括手勢都將會被重置,並且無法撤銷操作!", - "description": "All settings including gestures are reset. This cannot be undone!" + "message": "所有設定包括手勢都將被重置,並且無法復原!", + "description": "All settings including gestures will be reset. This cannot be undone!" }, "commandLabelToggleBookmark": { "message": "切換書籤狀態", @@ -479,9 +491,25 @@ "message": "新增隱私視窗", "description": "New private window" }, - "commandLabelTabToNewWindow": { - "message": "移動分頁到新視窗", - "description": "Tab to new window" + "commandLabelMoveTabToStart": { + "message": "移動分頁至開端", + "description": "Move tab to start" + }, + "commandLabelMoveTabToEnd": { + "message": "移動分頁至尾端", + "description": "Move tab to end" + }, + "commandLabelMoveTabToNewWindow": { + "message": "移動分頁至新視窗", + "description": "Move tab to new window" + }, + "commandLabelMoveLeftTabsToNewWindow": { + "message": "移動所有左側分頁至新視窗", + "description": "Move left tabs to new window" + }, + "commandLabelMoveRightTabsToNewWindow": { + "message": "移動所有右側分頁至新視窗", + "description": "Move right tabs to new window" }, "commandLabelCloseWindow": { "message": "關閉視窗", @@ -547,6 +575,10 @@ "message": "儲存圖片", "description": "Save image" }, + "commandLabelSaveLink": { + "message": "儲存連結", + "description": "Save link" + }, "commandLabelPrintTab": { "message": "列印", "description": "Print" @@ -755,10 +787,26 @@ "message": "開啟一個空的隱私瀏覽視窗", "description": "Opens a new empty private window." }, - "commandDescriptionTabToNewWindow": { + "commandDescriptionMoveTabToStart": { + "message": "將目前的分頁移動至分頁列的開端", + "description": "Moves the current tab to the start of the tab strip." + }, + "commandDescriptionMoveTabToEnd": { + "message": "將目前的分頁移動至分頁列的尾端", + "description": "Moves the current tab to the end of the tab strip." + }, + "commandDescriptionMoveTabToNewWindow": { "message": "移動目前分頁到一個新視窗", "description": "Moves the current tab to a new window." }, + "commandDescriptionMoveLeftTabsToNewWindow": { + "message": "將所有左側的分頁移動至新視窗", + "description": "Moves all tabs to the left of the current tab to a new window." + }, + "commandDescriptionMoveRightTabsToNewWindow": { + "message": "將所有右側的分頁移動至新視窗", + "description": "Moves all tabs to the right of the current tab to a new window." + }, "commandDescriptionCloseWindow": { "message": "關閉目前視窗", "description": "Closes the current window." @@ -823,6 +871,10 @@ "message": "下載手勢起點的圖片", "description": "Downloads the image, where the gesture started." }, + "commandDescriptionSaveLink": { + "message": "下載選取的的網址或手勢起點上的鏈結", + "description": "Downloads either a selected url, or the link where the gesture started." + }, "commandDescriptionPrintTab": { "message": "為目前的頁面開啟列印視窗", "description": "Prints the current page by prompting the print dialog." @@ -1023,13 +1075,21 @@ "message": "最近使用的 (降冪)", "description": "last accessed descending" }, - "commandSettingLabelTabOrderAlphabeticalAsc": { + "commandSettingLabelTabOrderAlphabeticallyAsc": { "message": "按名稱 (昇冪)", - "description": "alphabetical ascending" + "description": "alphabetically ascending" }, - "commandSettingLabelTabOrderAlphabeticalDesc": { + "commandSettingLabelTabOrderAlphabeticallyDesc": { "message": "按名稱 (降冪)", - "description": "alphabetical descending" + "description": "alphabetically descending" + }, + "commandSettingLabelTabIncludeCurrent": { + "message": "包含目前分頁", + "description": "Include current tab" + }, + "commandSettingLabelNewWindowFocus": { + "message": "切換至新視窗", + "description": "Focus new window" }, "commandSettingDescriptionNewTabPosition": { "message": "決定新分頁要放置於目前分頁的哪一邊", @@ -1103,6 +1163,14 @@ "message": "依規則對分頁進行排序", "description": "Orders the displayed tabs by a specific characteristic." }, + "commandSettingDescriptionTabIncludeCurrent": { + "message": "決定是否要包含目前的分頁", + "description": "Determines if the currently active tab should be included." + }, + "commandSettingDescriptionNewWindowFocus": { + "message": "決定是否要切換至新開啟的視窗", + "description": "Determines if the opened window should gain focus or not." + }, "commandErrorNotificationTitle": { "message": "$COMMAND$指令執行失敗", "description": "\"New tab\" command failed.", @@ -1129,6 +1197,10 @@ "message": "指令清單", "description": "Command bar" }, + "commandBarSearch": { + "message": "搜尋", + "description": "Search" + }, "commandBarSaveButton": { "message": "儲存", "description": "Save" @@ -1252,5 +1324,49 @@ "defaultTheme": { "message": "預設主題", "description": "Default theme" + }, + "welcomePageUpperSectionReference": { + "message": "Gesturefy已成功安裝", + "description": "Gesturefy has been successfully installed." + }, + "welcomePageUpperSectionHeadline": { + "message": "從來沒試過滑鼠手勢? \n 現在就來試試看!", + "description": "Never done a mouse gesture before?\r\n Try it out right now!" + }, + "welcomePageUpperSectionTutorialStep01": { + "message": "按住滑鼠右鍵", + "description": "Press and hold the right mouse button" + }, + "welcomePageUpperSectionTutorialStep02": { + "message": "向下滑動你的滑鼠", + "description": "Drag down your mouse" + }, + "welcomePageUpperSectionTutorialStep03": { + "message": "放開滑鼠右鍵", + "description": "Release the right mouse button" + }, + "welcomePageLowerSectionReference": { + "message": "你成功滑動到網頁底部", + "description": "You scrolled to the bottom of the page." + }, + "welcomePageLowerSectionHeadline": { + "message": "恭喜你成功完成第一次的滑鼠手勢", + "description": "Congratulations, you successfully accomplished your very first mouse gesture!" + }, + "welcomePageLowerSectionGetStartedText": { + "message": "配合你個人的瀏覽網路習慣,建立你所想要的手勢,使你的日常上網更加簡單、快速並且更充滿樂趣。 現在就來個人化你的Gesturefy!", + "description": "Create as many gestures as you want to suit your individual browsing style and make your daily browsing easier, faster and a lot more fun. Get started now and personalize Gesturefy!" + }, + "welcomePageLowerSectionGetStartedLink": { + "message": "設定你的手勢", + "description": "Set Up Your Gestures" + }, + "welcomePageLowerSectionLearnMoreText": { + "message": "還是覺得困惑? 點擊下方連結閱讀快速引導,如果有其他Gesturefy的問題,那裡也有故障排除指南", + "description": "Still confused? Click the link below for a quick break-down and if you can't get Gesturefy up and running you can also find a troubleshooting guide there." + }, + "welcomePageLowerSectionLearnMoreLink": { + "message": "瞭解更多資訊", + "description": "Learn More" } } \ No newline at end of file