diff --git a/.all-contributorsrc b/.all-contributorsrc
index 5b19ca8..1a4238b 100755
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -13,7 +13,16 @@
"avatar_url": "https://avatars1.githubusercontent.com/u/442844?v=4",
"profile": "https://ptk.dev",
"contributions": [
- "code"
+ "code", "translation"
+ ]
+ },
+ {
+ "login": "angylosi",
+ "name": "Angelica Losi",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/35865603?v=4",
+ "profile": "https://www.smodatamente.it",
+ "contributions": [
+ "translation"
]
}
],
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53ded36..8caf262 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
-# v1.1.0 (January 10, 2019)
-* Feature: detect fullscreen
+# v1.2.0 (January 11, 2019)
+* Translations: 馃嚜馃嚫
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg)](https://ko-fi.com/ptkdev)
+# v1.1.0 (January 10, 2019)
+* Feature: detect fullscreen
+
# v1.0.0 (January 09, 2019)
* Fix: youtube on/off switch
* Fix: twitch on/off switch
diff --git a/README.md b/README.md
index dc9492f..6bf2562 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# 馃枼 Chrome Extension: Aspect Ratio 21:9
-[![](https://img.shields.io/badge/version-v1.1.0-lightgrey.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/blob/nightly/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219/badge.svg)](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219)
+[![](https://img.shields.io/badge/version-v1.2.0-lightgrey.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/blob/nightly/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219/badge.svg)](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219)
> Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio. Work on Netflix, Youtube, PrimeVideo, VVVVID, etc...
@@ -41,6 +41,7 @@
* [鉁旓笍] VVVVID
* [鉁旓笍] Crunchyroll
* [鉁旓笍] Twitch
+* [鉁旓笍] Translations: 馃嚞馃嚙 馃嚠馃嚬 馃嚨馃嚤 馃嚜馃嚫
## 馃憯 Screenshot
@@ -89,7 +90,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
diff --git a/client/html/popup.html b/client/html/popup.html
index ce1234d..4630f66 100644
--- a/client/html/popup.html
+++ b/client/html/popup.html
@@ -10,7 +10,7 @@
-
+
![logo](images/logo.png)
- Settings
diff --git a/configs/manifest.json b/configs/manifest.json
index 83ffb89..7df8b31 100644
--- a/configs/manifest.json
+++ b/configs/manifest.json
@@ -1,7 +1,8 @@
{
"name": "__MSG_extName__",
+ "description": "__MSG_description__",
"manifest_version": 2,
- "version": "1.1.0",
+ "version": "1.2.0",
"author": "Patryk Rzucid艂o [@ptkdev] (https://ptk.dev)",
"browser_action": {
"default_icon":"images/icon_app_128x128.png",
diff --git a/package-lock.json b/package-lock.json
index 602a86e..afcf61c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@ptkdev/chrome-extension-aspectratio219",
- "version": "0.0.3",
+ "version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -2650,9 +2650,9 @@
}
},
"core-js": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.2.tgz",
- "integrity": "sha512-hIE5dXkRzRvnZ5vhkRfQxUvDxQZmD9oueA08jDYRBKJHx+VIl/Pne/e0A4x9LObEEthC/TqiZybUoNM4tRgnKg==",
+ "version": "3.6.3",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.3.tgz",
+ "integrity": "sha512-DOO9b18YHR+Wk5kJ/c5YFbXuUETreD4TrvXb6edzqZE3aAEd0eJIAWghZ9HttMuiON8SVCnU3fqA4rPxRDD1HQ==",
"dev": true
},
"core-util-is": {
@@ -3662,19 +3662,19 @@
"dev": true
},
"eslint-import-resolver-node": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz",
- "integrity": "sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==",
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz",
+ "integrity": "sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==",
"dev": true,
"requires": {
"debug": "^2.6.9",
- "resolve": "^1.5.0"
+ "resolve": "^1.13.1"
}
},
"eslint-module-utils": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz",
- "integrity": "sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==",
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.1.tgz",
+ "integrity": "sha512-GcNwsYv8MfoEBSbAmV+PSVn2RlhpCShbLImtNviAYa/LE0PgNqxH5tLi1Ld9yeFwdjHsarXK+7G9vsyddmB6dw==",
"dev": true,
"requires": {
"debug": "^2.6.9",
@@ -3709,9 +3709,9 @@
}
},
"eslint-plugin-import": {
- "version": "2.19.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz",
- "integrity": "sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw==",
+ "version": "2.20.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz",
+ "integrity": "sha512-NK42oA0mUc8Ngn4kONOPsPB1XhbUvNHqF+g307dPV28aknPoiNnKLFd9em4nkswwepdF5ouieqv5Th/63U7YJQ==",
"dev": true,
"requires": {
"array-includes": "^3.0.3",
@@ -3847,18 +3847,18 @@
}
},
"eslint-plugin-jest": {
- "version": "23.3.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.3.0.tgz",
- "integrity": "sha512-GE6CR4ESJeu6Huw7vfZfaXHmX2R2kCFvf2X9OMcOxfP158yLKgLWz7PqLYTwRDACi84IhpmRxO8lK7GGwG05UQ==",
+ "version": "23.4.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.4.0.tgz",
+ "integrity": "sha512-BKZmxpvya0/slJdUr5MJdWvIUNtDySzbAxigr3xMVmyiSUvQLhnLde+8dDM56sFPDSU1pQG9ZqNglMq0jLYVqw==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^2.5.0"
}
},
"eslint-plugin-jsdoc": {
- "version": "20.0.5",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.5.tgz",
- "integrity": "sha512-hSGCKkrydrwfwlSo+6BEHZ8tUm4SwJ+96dINdDGn5jYwmiQOkAq+aYVOusVjVGWSJ/kKqDJCWVp99jt8K6Prkw==",
+ "version": "20.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.2.0.tgz",
+ "integrity": "sha512-JBKSW3la93jQFjvDVqcOj++zhpBtUEgEEaWKPHWxD2OpYiTSE9ysJC/hpM2Fd/zf032TFVFbmfnSTdRpKjeVsA==",
"dev": true,
"requires": {
"comment-parser": "^0.7.2",
@@ -6127,9 +6127,9 @@
}
},
"handlebars": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.6.0.tgz",
- "integrity": "sha512-i1ZUP7Qp2JdkMaFon2a+b0m5geE8Z4ZTLaGkgrObkEd+OkUKyRbRWw4KxuFCoHfdETSY1yf9/574eVoNSiK7pw==",
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.0.tgz",
+ "integrity": "sha512-PaZ6G6nYzfJ0Hd1WIhOpsnUPWh1R0Pg//r4wEYOtzG65c2V8RJQ/++yYlVmuoQ7EMXcb4eri5+FB2XH1Lwed9g==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",
@@ -6365,9 +6365,9 @@
}
},
"husky": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.3.tgz",
- "integrity": "sha512-pI4e5iC8hFkPAjOdJGdBubVdjKGhoZq0l0kkHpqGN1uf3U1Iq0wLloBm26R5OhdWYqhuBYRdRjRAclDg59+c5A==",
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.6.tgz",
+ "integrity": "sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@@ -12814,9 +12814,9 @@
}
},
"snyk": {
- "version": "1.277.3",
- "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.277.3.tgz",
- "integrity": "sha512-0HwQPxfeyLHHZXBNMlpe0NTpXG9HlORVyRX3L4vKX6K6KjnxIZNSJIXUV3Euy/3W0zS2FGY1FwtnBamaD9GS0w==",
+ "version": "1.278.0",
+ "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.278.0.tgz",
+ "integrity": "sha512-yaUg/vHXvxB8i+vIZqv2+a7Unad3ptqTY3RgNN95Oq/WnEP+thPJSBjP0hOVuutMBSHeYYHMPfaLWyd1uIHtsg==",
"dev": true,
"requires": {
"@snyk/cli-interface": "2.3.0",
diff --git a/package.json b/package.json
index 6eebc3e..b6d0a4a 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@ptkdev/chrome-extension-aspectratio219",
"description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio.",
- "version": "1.1.0",
+ "version": "1.2.0",
"main": "src/manifest.json",
"author": "Patryk Rzucid艂o [@ptkdev] (https://ptk.dev)",
"license": "MIT",
diff --git a/translations/en/messages.json b/translations/en/messages.json
index 816faaf..f48bac4 100644
--- a/translations/en/messages.json
+++ b/translations/en/messages.json
@@ -1,69 +1,71 @@
{
"extName": {
- "message": "Aspect Ratio 21:9",
- "description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio."
- },
- "settings_domains_title": {
- "message": "Experimental"
- },
- "settings_ratio_scale_x": {
- "message": "Scale X (width):"
- },
- "settings": {
- "message": "Settings"
- },
- "settings_ratio_scale_y": {
- "message": "Scale Y (height):"
- },
- "settings_switch_desc": {
- "message": "Enable/disable the fit the screen on monitor with 21:9 aspect ratio on these websites:"
- },
- "donate_desc2": {
- "message": "Do you want to appear here?
Donate on Patreon, Github Sponsors or join Ko-Fi's TOP3 sponsors!"
- },
- "settings_ratio_title": {
- "message": "Set ratio value"
- },
- "help": {
- "message": "Help"
- },
- "settings_domains_desc": {
- "message": "Add a domain (example: videofun.com) and the extension will try to fix size of video player with correct aspect ratio (BETA)"
- },
- "donate_desc1": {
- "message": "Thanks to the people who support me!"
- },
- "settings_ratio_crop": {
- "message": "Crop/Zoom"
- },
- "donate": {
- "message": "Donate"
- },
- "settings_ratio_desc2": {
- "message": "This extension overwrite css selector transform:scale(x,y). Read css manual if you want change this values."
- },
- "settings_ratio_desc1": {
- "message": "You can overwrite default width/height scale of player if you use 32:9 or 19:10 monitors."
- },
- "donate_thanks": {
- "message": "Thanks You!"
- },
- "settings_switch_title": {
- "message": "Aspect Ratio for 21:9"
- },
- "help_email": {
- "message": "E-mail"
- },
- "settings_domains_placeholder": {
- "message": "Write domain and press enter"
- },
- "help_bug_report": {
- "message": "Report a Bug"
- },
- "settings_ratio_stretch": {
- "message": "Stretch"
- },
- "settings_fullscreen": {
- "message": "Active only in fullscreen mode"
- }
+ "message": "Aspect Ratio 21:9"
+ },
+ "description": {
+ "message": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio."
+ },
+ "settings_domains_title": {
+ "message": "Experimental"
+ },
+ "settings_ratio_scale_x": {
+ "message": "Scale X (width):"
+ },
+ "settings": {
+ "message": "Settings"
+ },
+ "settings_ratio_scale_y": {
+ "message": "Scale Y (height):"
+ },
+ "settings_switch_desc": {
+ "message": "Enable/disable the fit the screen on monitor with 21:9 aspect ratio on these websites:"
+ },
+ "donate_desc2": {
+ "message": "Do you want to appear here?
Donate on Patreon, Github Sponsors or join Ko-Fi's TOP3 sponsors!"
+ },
+ "settings_ratio_title": {
+ "message": "Set ratio value"
+ },
+ "help": {
+ "message": "Help"
+ },
+ "settings_domains_desc": {
+ "message": "Add a domain (example: videofun.com) and the extension will try to fix size of video player with correct aspect ratio (BETA)"
+ },
+ "donate_desc1": {
+ "message": "Thanks to the people who support me!"
+ },
+ "settings_ratio_crop": {
+ "message": "Crop/Zoom"
+ },
+ "donate": {
+ "message": "Donate"
+ },
+ "settings_ratio_desc2": {
+ "message": "This extension overwrite css selector transform:scale(x,y). Read css manual if you want change this values."
+ },
+ "settings_ratio_desc1": {
+ "message": "You can overwrite default width/height scale of player if you use 32:9 or 19:10 monitors."
+ },
+ "donate_thanks": {
+ "message": "Thanks You!"
+ },
+ "settings_switch_title": {
+ "message": "Aspect Ratio for 21:9"
+ },
+ "help_email": {
+ "message": "E-mail"
+ },
+ "settings_domains_placeholder": {
+ "message": "Write domain and press enter"
+ },
+ "help_bug_report": {
+ "message": "Report a Bug"
+ },
+ "settings_ratio_stretch": {
+ "message": "Stretch"
+ },
+ "settings_fullscreen": {
+ "message": "Active only in fullscreen mode"
+ }
}
\ No newline at end of file
diff --git a/translations/es/messages.json b/translations/es/messages.json
new file mode 100644
index 0000000..b472c04
--- /dev/null
+++ b/translations/es/messages.json
@@ -0,0 +1,71 @@
+{
+ "extName": {
+ "message": "Aspect Ratio 21:9"
+ },
+ "description": {
+ "message": "Ajusta la pantalla en los monitores con una proporci贸n de 21:9."
+ },
+ "settings_domains_title": {
+ "message": "Experimental"
+ },
+ "settings_ratio_scale_x": {
+ "message": "Escala X (anchura):"
+ },
+ "settings": {
+ "message": "Preferencias"
+ },
+ "settings_ratio_scale_y": {
+ "message": "Escala Y (anchura):"
+ },
+ "settings_switch_desc": {
+ "message": "Activa/Desactiva la adaptaci贸n de pantalla para monitores 21:9 en estos sitios web:"
+ },
+ "donate_desc2": {
+ "message": "驴Quieres aparecer aqu铆?
Dona en Patreon, Github Sponsors o entra en la TOP3 patrocinador de Ko-Fi's TOP3!"
+ },
+ "settings_ratio_title": {
+ "message": "Cambio escala"
+ },
+ "help": {
+ "message": "Ayuda"
+ },
+ "settings_domains_desc": {
+ "message": "A帽ada un dominio (por ejemplo: videofun.com) y la extensi贸n intentar谩 corregir el tama帽o del reproductor de video con las proporciones correctas (BETA)"
+ },
+ "donate_desc1": {
+ "message": "Gracias a queines me apoyan!"
+ },
+ "settings_ratio_crop": {
+ "message": "Recorta/Ampl铆a"
+ },
+ "donate": {
+ "message": "Dona"
+ },
+ "settings_ratio_desc2": {
+ "message": " Esta extensi贸n sobrescribe el selector CSS transform: scale(x, y). Lee el manual css si quiere cambiar estos valores."
+ },
+ "settings_ratio_desc1": {
+ "message": "Puede sobrescrivir la escala de ancho/altura predeterminada del reproductor de video si est谩 usando monitores 32:9 o 19:10."
+ },
+ "donate_thanks": {
+ "message": "Gracias!"
+ },
+ "settings_switch_title": {
+ "message": "Aspect Ratio por 21:9"
+ },
+ "help_email": {
+ "message": "E-mail"
+ },
+ "settings_domains_placeholder": {
+ "message": "Escribe y pulsa intro"
+ },
+ "help_bug_report": {
+ "message": "Reportar problema"
+ },
+ "settings_ratio_stretch": {
+ "message": " Ampl铆a"
+ },
+ "settings_fullscreen": {
+ "message": " Activar solo en modo de pantalla completa"
+ }
+}
\ No newline at end of file
diff --git a/translations/it/messages.json b/translations/it/messages.json
index bfea8ad..7404fef 100644
--- a/translations/it/messages.json
+++ b/translations/it/messages.json
@@ -1,69 +1,71 @@
{
- "extName": {
- "message": "Aspect Ratio 21:9",
- "description": "Adatta lo schermo sui monitor con un rapporto di 21:9."
- },
- "settings_domains_title": {
- "message": "Sperimentale"
- },
- "settings_ratio_scale_x": {
- "message": "Scala X (larghezza):"
- },
- "settings": {
- "message": "Impostazioni"
- },
- "settings_ratio_scale_y": {
- "message": "Scala Y (altezza):"
- },
- "settings_switch_desc": {
- "message": "Abilita/disabilita l'adattamento dello schermo per i monitor 21:9 su questi siti web:"
- },
- "donate_desc2": {
- "message": "Vuoi apparire qui?
Dona su Patreon, Github Sponsors o entra nella TOP3 sponsors di Ko-Fi's TOP3!"
- },
- "settings_ratio_title": {
- "message": "Modifica scala"
- },
- "help": {
- "message": "Aiuto"
- },
- "settings_domains_desc": {
- "message": "Aggiungi un dominio (esempio: videofun.com) e l'estensione prover脿 a correggere le dimensioni del player video con le proporzioni corrette (BETA)"
- },
- "donate_desc1": {
- "message": "Grazie alle persone che mi supportano!"
- },
- "settings_ratio_crop": {
- "message": "Ritaglia/Ingrandisci"
- },
- "donate": {
- "message": "Dona"
- },
- "settings_ratio_desc2": {
- "message": "Questa estensione sovrascrive il selettore CSS transform: scale(x, y). Leggi il manuale css se vuoi cambiare questi valori."
- },
- "settings_ratio_desc1": {
- "message": "脠 possibile sovrascrivere la scala larghezza/altezza predefinita del player video se si utilizzano monitor 32:9 o 19:10."
- },
- "donate_thanks": {
- "message": "Grazie!"
- },
- "settings_switch_title": {
- "message": "Aspect Ratio per 21:9"
- },
- "help_email": {
- "message": "E-mail"
- },
- "settings_domains_placeholder": {
- "message": "Scrivi e premi invio"
- },
- "help_bug_report": {
- "message": "Segnala un problema"
- },
- "settings_ratio_stretch": {
- "message": "Allarga"
- },
- "settings_fullscreen": {
- "message": "Attiva solo in modalit脿 fullscreen"
- }
+ "extName": {
+ "message": "Aspect Ratio 21:9"
+ },
+ "description": {
+ "message": "Adatta lo schermo sui monitor con un rapporto di 21:9."
+ },
+ "settings_domains_title": {
+ "message": "Sperimentale"
+ },
+ "settings_ratio_scale_x": {
+ "message": "Scala X (larghezza):"
+ },
+ "settings": {
+ "message": "Impostazioni"
+ },
+ "settings_ratio_scale_y": {
+ "message": "Scala Y (altezza):"
+ },
+ "settings_switch_desc": {
+ "message": "Abilita/disabilita l'adattamento dello schermo per i monitor 21:9 su questi siti web:"
+ },
+ "donate_desc2": {
+ "message": "Vuoi apparire qui?
Dona su Patreon, Github Sponsors o entra nella TOP3 sponsors di Ko-Fi's TOP3!"
+ },
+ "settings_ratio_title": {
+ "message": "Modifica scala"
+ },
+ "help": {
+ "message": "Aiuto"
+ },
+ "settings_domains_desc": {
+ "message": "Aggiungi un dominio (esempio: videofun.com) e l'estensione prover脿 a correggere le dimensioni del player video con le proporzioni corrette (BETA)"
+ },
+ "donate_desc1": {
+ "message": "Grazie alle persone che mi supportano!"
+ },
+ "settings_ratio_crop": {
+ "message": "Ritaglia/Ingrandisci"
+ },
+ "donate": {
+ "message": "Dona"
+ },
+ "settings_ratio_desc2": {
+ "message": "Questa estensione sovrascrive il selettore CSS transform: scale(x, y). Leggi il manuale css se vuoi cambiare questi valori."
+ },
+ "settings_ratio_desc1": {
+ "message": "脠 possibile sovrascrivere la scala larghezza/altezza predefinita del player video se si utilizzano monitor 32:9 o 19:10."
+ },
+ "donate_thanks": {
+ "message": "Grazie!"
+ },
+ "settings_switch_title": {
+ "message": "Aspect Ratio per 21:9"
+ },
+ "help_email": {
+ "message": "E-mail"
+ },
+ "settings_domains_placeholder": {
+ "message": "Scrivi e premi invio"
+ },
+ "help_bug_report": {
+ "message": "Segnala un problema"
+ },
+ "settings_ratio_stretch": {
+ "message": "Allarga"
+ },
+ "settings_fullscreen": {
+ "message": "Attiva solo in modalit脿 fullscreen"
+ }
}
\ No newline at end of file
diff --git a/translations/pl/messages.json b/translations/pl/messages.json
index f4dd76f..10a1f12 100644
--- a/translations/pl/messages.json
+++ b/translations/pl/messages.json
@@ -1,69 +1,71 @@
{
"extName": {
- "message": "Aspect Ratio 21:9",
- "description": "Prawid艂owo dopasuj ekran do trybu pe艂noekranowego na monitorze 21:9."
- },
- "settings_domains_title": {
- "message": "Eksperymentalny"
- },
- "settings_ratio_scale_x": {
- "message": "Skala X (szeroko艣膰):"
- },
- "settings": {
- "message": "Ustawienia"
- },
- "settings_ratio_scale_y": {
- "message": "Skala Y (wysoko艣膰):"
- },
- "settings_switch_desc": {
- "message": "W艂膮cz/wy艂膮cz dopasowanie ekranu na monitorze 21:9 w tych stronach:"
- },
- "donate_desc2": {
- "message": "Chcesz si臋 tu pojawi膰?
Podarowa膰 na Patreonie, Github Sponsors lub Ko-Fi!"
- },
- "settings_ratio_title": {
- "message": "Ustaw warto艣膰 wsp贸艂czynnika"
- },
- "help": {
- "message": "Pomoc"
- },
- "settings_domains_desc": {
- "message": "Dodaj domen臋 (przyk艂ad: videofun.com), a rozszerzenie spr贸buje naprawi膰 rozmiar playera wideo z poprawnym wsp贸艂czynnikiem proporcji (BETA)"
- },
- "donate_desc1": {
- "message": "Dzi臋ki ludziom, kt贸rzy mnie wspieraj膮!"
- },
- "settings_ratio_crop": {
- "message": "Obci膮膰/Powi臋kszy膰"
- },
- "donate": {
- "message": "Darowizna"
- },
- "settings_ratio_desc2": {
- "message": "To rozszerzenie zast臋puje selektor css transform:scale(x,y). Przeczytaj podr臋cznik css je艣li chcesz zmieni膰 te warto艣ci."
- },
- "settings_ratio_desc1": {
- "message": "Mo偶esz zast膮pi膰 domy艣ln膮 skal臋 szeroko艣ci/wysoko艣ci playera je艣li u偶ywasz monitor贸w 32:9 lub 19:10."
- },
- "donate_thanks": {
- "message": "Dzi臋ki Ci!"
- },
- "settings_switch_title": {
- "message": "Aspect Ratio do 21:9"
- },
- "help_email": {
- "message": "E-maila"
- },
- "settings_domains_placeholder": {
- "message": "Napisz domen臋"
- },
- "help_bug_report": {
- "message": "Zg艂o艣 b艂膮d"
- },
- "settings_ratio_stretch": {
- "message": "Rozci膮ga膰"
- },
- "settings_fullscreen": {
- "message": "Aktywuj tylko w trybie pe艂noekranowym"
- }
+ "message": "Aspect Ratio 21:9"
+ },
+ "description": {
+ "message": "Prawid艂owo dopasuj ekran do trybu pe艂noekranowego na monitorze 21:9."
+ },
+ "settings_domains_title": {
+ "message": "Eksperymentalny"
+ },
+ "settings_ratio_scale_x": {
+ "message": "Skala X (szeroko艣膰):"
+ },
+ "settings": {
+ "message": "Ustawienia"
+ },
+ "settings_ratio_scale_y": {
+ "message": "Skala Y (wysoko艣膰):"
+ },
+ "settings_switch_desc": {
+ "message": "W艂膮cz/wy艂膮cz dopasowanie ekranu na monitorze 21:9 w tych stronach:"
+ },
+ "donate_desc2": {
+ "message": "Chcesz si臋 tu pojawi膰?
Podarowa膰 na Patreonie, Github Sponsors lub Ko-Fi!"
+ },
+ "settings_ratio_title": {
+ "message": "Ustaw warto艣膰 wsp贸艂czynnika"
+ },
+ "help": {
+ "message": "Pomoc"
+ },
+ "settings_domains_desc": {
+ "message": "Dodaj domen臋 (przyk艂ad: videofun.com), a rozszerzenie spr贸buje naprawi膰 rozmiar playera wideo z poprawnym wsp贸艂czynnikiem proporcji (BETA)"
+ },
+ "donate_desc1": {
+ "message": "Dzi臋ki ludziom, kt贸rzy mnie wspieraj膮!"
+ },
+ "settings_ratio_crop": {
+ "message": "Obci膮膰/Powi臋kszy膰"
+ },
+ "donate": {
+ "message": "Darowizna"
+ },
+ "settings_ratio_desc2": {
+ "message": "To rozszerzenie zast臋puje selektor css transform:scale(x,y). Przeczytaj podr臋cznik css je艣li chcesz zmieni膰 te warto艣ci."
+ },
+ "settings_ratio_desc1": {
+ "message": "Mo偶esz zast膮pi膰 domy艣ln膮 skal臋 szeroko艣ci/wysoko艣ci playera je艣li u偶ywasz monitor贸w 32:9 lub 19:10."
+ },
+ "donate_thanks": {
+ "message": "Dzi臋ki Ci!"
+ },
+ "settings_switch_title": {
+ "message": "Aspect Ratio do 21:9"
+ },
+ "help_email": {
+ "message": "E-maila"
+ },
+ "settings_domains_placeholder": {
+ "message": "Napisz domen臋"
+ },
+ "help_bug_report": {
+ "message": "Zg艂o艣 b艂膮d"
+ },
+ "settings_ratio_stretch": {
+ "message": "Rozci膮ga膰"
+ },
+ "settings_fullscreen": {
+ "message": "Aktywuj tylko w trybie pe艂noekranowym"
+ }
}
\ No newline at end of file