Add placeholders to locale files

This commit is contained in:
tophf 2015-09-17 12:03:00 +03:00
parent 11646e7280
commit dafa47f0f3
19 changed files with 570 additions and 95 deletions

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "هل تريد تثبيت '$stylename$' في Stylish؟", "message": "هل تريد تثبيت '$stylename$' في Stylish؟",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "انتقل إلى <a href='http://userstyles.org'>userstyles.org</a> للحصول على أنماط معدة مسبقًا. يمكنك طرح سؤال في <a href='http://forum.userstyles.org'>المنتدى</a> إذا كنت بحاجة للمساعدة.", "message": "انتقل إلى <a href='http://userstyles.org'>userstyles.org</a> للحصول على أنماط معدة مسبقًا. يمكنك طرح سؤال في <a href='http://forum.userstyles.org'>المنتدى</a> إذا كنت بحاجة للمساعدة.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "ينطبق على: $applies$", "message": "ينطبق على: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "الأقسام", "message": "الأقسام",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "تعديل النمط $stylename$", "message": "تعديل النمط $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "النمط محدّث.", "message": "النمط محدّث.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "أخفق التحديث - استجاب الخادم بالرمز $code$.", "message": "أخفق التحديث - استجاب الخادم بالرمز $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "تحديد", "message": "تحديد",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Nainstalovat '$stylename$' do Stylish?", "message": "Nainstalovat '$stylename$' do Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Na <a href='http://userstyles.org'>userstyles.org</a> najdete již vytvořené styly. Na <a href='http://forum.userstyles.org'>fóru</a> můžete požádat o pomoc.", "message": "Na <a href='http://userstyles.org'>userstyles.org</a> najdete již vytvořené styly. Na <a href='http://forum.userstyles.org'>fóru</a> můžete požádat o pomoc.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Platí pro: $applies$", "message": "Platí pro: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Určitě chcete aktualizovat '$stylename$'?", "message": "Určitě chcete aktualizovat '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Sekce", "message": "Sekce",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Upravit Styl $stylename$", "message": "Upravit Styl $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Styl je aktuální.", "message": "Styl je aktuální.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Aktualizace selhala - server opověděl kódem $code$.", "message": "Aktualizace selhala - server opověděl kódem $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specifikovat", "message": "Specifikovat",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "\"$stylename$\" in Stylish installieren?", "message": "\"$stylename$\" in Stylish installieren?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Besuchen Sie <a href='http://userstyles.org'>userstyles.org</a> für weitere vorgefertigte Styles. Wenn Sie Hilfe benötigen, können Sie im <a href='http://forum.userstyles.org'>Forum</a> nachfragen.", "message": "Besuchen Sie <a href='http://userstyles.org'>userstyles.org</a> für weitere vorgefertigte Styles. Wenn Sie Hilfe benötigen, können Sie im <a href='http://forum.userstyles.org'>Forum</a> nachfragen.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Gilt für: $applies$", "message": "Gilt für: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Möchten Sie '$stylename$' wirklich aktualisieren?", "message": "Möchten Sie '$stylename$' wirklich aktualisieren?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Bereiche", "message": "Bereiche",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Style $stylename$ bearbeiten", "message": "Style $stylename$ bearbeiten",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Der Style ist auf dem aktuellsten Stand.", "message": "Der Style ist auf dem aktuellsten Stand.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Aktualisierung fehlgeschlagen - Server hat den Fehler $code$ ausgegeben.", "message": "Aktualisierung fehlgeschlagen - Server hat den Fehler $code$ ausgegeben.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Angeben", "message": "Angeben",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Εγκατάσταση του '$stylename$' στο Stylish;", "message": "Εγκατάσταση του '$stylename$' στο Stylish;",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Επισκεφθείτε <a href='http://userstyles.org'> userstyles.org </a> για προ-made στυλ. Ρωτήστε στο <a href='http://forum.userstyles.org'> η </a> forum αν χρειάζεστε βοήθεια.", "message": "Επισκεφθείτε <a href='http://userstyles.org'> userstyles.org </a> για προ-made στυλ. Ρωτήστε στο <a href='http://forum.userstyles.org'> η </a> forum αν χρειάζεστε βοήθεια.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Ισχύει για: $applies$", "message": "Ισχύει για: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Είστε σίγουροι ότι θέλετε να ενημερώσετε το '$stylename$';", "message": "Είστε σίγουροι ότι θέλετε να ενημερώσετε το '$stylename$';",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Ενότητες", "message": "Ενότητες",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Επεξεργασία του στυλ $stylename$", "message": "Επεξεργασία του στυλ $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Το στυλ είναι ενημερωμένο.", "message": "Το στυλ είναι ενημερωμένο.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Αποτυχία ενημέρωσης - ο διακομιστής ανταποκρίθηκε με κωδικό $code$.", "message": "Αποτυχία ενημέρωσης - ο διακομιστής ανταποκρίθηκε με κωδικό $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Καθορισμός", "message": "Καθορισμός",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "¿Quieres instalar \"$stylename$\" en Stylish?", "message": "¿Quieres instalar \"$stylename$\" en Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Accede a la página <a href='http://userstyles.org'>userstyles.org</a> para consultar estilos desarrollados previamente. Plantea una pregunta en <a href='http://forum.userstyles.org'>el foro</a> si necesitas ayuda.", "message": "Accede a la página <a href='http://userstyles.org'>userstyles.org</a> para consultar estilos desarrollados previamente. Plantea una pregunta en <a href='http://forum.userstyles.org'>el foro</a> si necesitas ayuda.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Se aplica a: $applies$", "message": "Se aplica a: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "¿Estás seguro de que quieres actualizar '$stylename$'?", "message": "¿Estás seguro de que quieres actualizar '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Secciones", "message": "Secciones",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Editar estilo $stylename$", "message": "Editar estilo $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "El estilo está actualizado.", "message": "El estilo está actualizado.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Error de actualización: el servidor ha respondido con el código $code$.", "message": "Error de actualización: el servidor ha respondido con el código $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Especificar", "message": "Especificar",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Asennetaanko '$stylename$' Stylishiin?", "message": "Asennetaanko '$stylename$' Stylishiin?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Käy osoitteessa <a href='http://userstyles.org'> userstyles.org</a> saadaksesi valmiita tyylejä. Kysy <a href='http://forum.userstyles.org'> foorumista </a> jos tarvitset apua.", "message": "Käy osoitteessa <a href='http://userstyles.org'> userstyles.org</a> saadaksesi valmiita tyylejä. Kysy <a href='http://forum.userstyles.org'> foorumista </a> jos tarvitset apua.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Kooskee: $applies$", "message": "Kooskee: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Osiot", "message": "Osiot",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Muokkaa Tyyliä $stylename$", "message": "Muokkaa Tyyliä $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Tyyli on ajan tasalla.", "message": "Tyyli on ajan tasalla.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Päivitys epäonnistui - palvelin vastasi koodilla $code$.", "message": "Päivitys epäonnistui - palvelin vastasi koodilla $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Tarkenna", "message": "Tarkenna",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Installer \"$stylename$\" dans Stylish ?", "message": "Installer \"$stylename$\" dans Stylish ?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Pour obtenir des styles prédéfinis, rendez-vous sur <a href='http://userstyles.org'>userstyles.org</a>. Posez une question sur le <a href='http://forum.userstyles.org'>forum</a> si vous avez besoin d'aide.", "message": "Pour obtenir des styles prédéfinis, rendez-vous sur <a href='http://userstyles.org'>userstyles.org</a>. Posez une question sur le <a href='http://forum.userstyles.org'>forum</a> si vous avez besoin d'aide.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "S'applique à : $applies$", "message": "S'applique à : $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Voulez-vous mettre à jour '$stylename$'?", "message": "Voulez-vous mettre à jour '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Sections", "message": "Sections",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Modifier le style $stylename$", "message": "Modifier le style $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Le style est à jour.", "message": "Le style est à jour.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Échec de la mise à jour. Le serveur a renvoyé le $code$ $code$.", "message": "Échec de la mise à jour. Le serveur a renvoyé le $code$ $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Préciser", "message": "Préciser",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Installare \"$stylename$\" in Stylish?", "message": "Installare \"$stylename$\" in Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Visita il sito <a href='http://userstyles.org'>userstyles.org</a> per trovare stili già pronti. Utilizza <a href='http://forum.userstyles.org'>il forum</a> se hai bisogno di aiuto.", "message": "Visita il sito <a href='http://userstyles.org'>userstyles.org</a> per trovare stili già pronti. Utilizza <a href='http://forum.userstyles.org'>il forum</a> se hai bisogno di aiuto.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Applica a: $applies$", "message": "Applica a: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Sezioni", "message": "Sezioni",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Modifica dello stile $stylename$", "message": "Modifica dello stile $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Lo stile è aggiornato.", "message": "Lo stile è aggiornato.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Aggiornamento non riuscito - il server ha risposto con il codice $code$.", "message": "Aggiornamento non riuscito - il server ha risposto con il codice $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specifica", "message": "Specifica",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "「$stylename$」を Stylish にインストールしますか?", "message": "「$stylename$」を Stylish にインストールしますか?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "既に作成済みのスタイルについては、<a href='http://userstyles.org'>userstyles.org</a> をご覧ください。ご質問がある場合には、<a href='http://forum.userstyles.org'>userstyles.org のフォーラム</a>でお問い合わせください。", "message": "既に作成済みのスタイルについては、<a href='http://userstyles.org'>userstyles.org</a> をご覧ください。ご質問がある場合には、<a href='http://forum.userstyles.org'>userstyles.org のフォーラム</a>でお問い合わせください。",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "適用先: $applies$", "message": "適用先: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "セクション", "message": "セクション",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "スタイル「$stylename$」を編集", "message": "スタイル「$stylename$」を編集",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "スタイルは最新の状態です。", "message": "スタイルは最新の状態です。",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "更新に失敗しました - サーバーが応答コード「$code$」を返しています。", "message": "更新に失敗しました - サーバーが応答コード「$code$」を返しています。",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "個別指定", "message": "個別指定",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "'$stylename$' installeren in Stylish?", "message": "'$stylename$' installeren in Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Bezoek <a href='http://userstyles.org'>userstyles.org</a> voor gemaakte stijlen. Stel uw vraag op <a href='http://forum.userstyles.org'>het forum</a> als u hulp nodig heeft.", "message": "Bezoek <a href='http://userstyles.org'>userstyles.org</a> voor gemaakte stijlen. Stel uw vraag op <a href='http://forum.userstyles.org'>het forum</a> als u hulp nodig heeft.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Toepasbaar op: $applies$", "message": "Toepasbaar op: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Weet u zeker dat u '$stylename$' wilt updaten?", "message": "Weet u zeker dat u '$stylename$' wilt updaten?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Secties", "message": "Secties",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Stijl $stylename$ bewerken", "message": "Stijl $stylename$ bewerken",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Stijl is up-to-date.", "message": "Stijl is up-to-date.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Update mislukt - server gaf code $code$ als antwoord.", "message": "Update mislukt - server gaf code $code$ als antwoord.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specificeren", "message": "Specificeren",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Instalar \"$stylename$\" no Stylish?", "message": "Instalar \"$stylename$\" no Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Visite <a href='http://userstyles.org'>userstyles.org</a> para obter estilos pré-fabricados. Se precisar de ajuda, peça no <a href='http://forum.userstyles.org'>fórum</a>.", "message": "Visite <a href='http://userstyles.org'>userstyles.org</a> para obter estilos pré-fabricados. Se precisar de ajuda, peça no <a href='http://forum.userstyles.org'>fórum</a>.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Aplica-se a: $applies$", "message": "Aplica-se a: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Seções", "message": "Seções",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Editar estilo $stylename$", "message": "Editar estilo $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "O estilo está atualizado.", "message": "O estilo está atualizado.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "A atualização falhou - o servidor respondeu com código $code$.", "message": "A atualização falhou - o servidor respondeu com código $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Especificar", "message": "Especificar",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Установить \"$stylename$\" в Stylish?", "message": "Установить \"$stylename$\" в Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Готовые стили можно найти на странице <a href='http://userstyles.org'>userstyles.org</a>. Если вам нужна помощь, задайте вопрос на <a href='http://forum.userstyles.org'>форуме</a>.", "message": "Готовые стили можно найти на странице <a href='http://userstyles.org'>userstyles.org</a>. Если вам нужна помощь, задайте вопрос на <a href='http://forum.userstyles.org'>форуме</a>.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Применить к: $applies$", "message": "Применить к: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Подтвердите обновление стиля '$stylename$'.", "message": "Подтвердите обновление стиля '$stylename$'.",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Разделы", "message": "Разделы",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Изменение стиля \"$stylename$\"", "message": "Изменение стиля \"$stylename$\"",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Стиль обновлен.", "message": "Стиль обновлен.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Ошибка обновления: сервер вернул код \"$code$\".", "message": "Ошибка обновления: сервер вернул код \"$code$\".",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Указать", "message": "Указать",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Installera '$stylename$' in i Stylish?", "message": "Installera '$stylename$' in i Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Besök <a href='http://userstyles.org'>userstyles.org</a> för färdiga stilar. Fråga i <a href='http://forum.userstyles.org'>forumet</a> om du behöver hjälp.", "message": "Besök <a href='http://userstyles.org'>userstyles.org</a> för färdiga stilar. Fråga i <a href='http://forum.userstyles.org'>forumet</a> om du behöver hjälp.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Gäller för: $applies$", "message": "Gäller för: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Är du säker på att du vill uppdatera '$stylename$'?", "message": "Är du säker på att du vill uppdatera '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Sektioner", "message": "Sektioner",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Ändra i Stil $stylename$", "message": "Ändra i Stil $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Stilen är fullt uppdaterad.", "message": "Stilen är fullt uppdaterad.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Uppdateringen misslyckades - servern svarade med kod $code$.", "message": "Uppdateringen misslyckades - servern svarade med kod $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specificera", "message": "Specificera",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Installera '$stylename$' in i Stylish?", "message": "Installera '$stylename$' in i Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Besök <a href='http://userstyles.org'>userstyles.org</a> för färdiga stilar. Fråga i <a href='http://forum.userstyles.org'>forumet</a> om du behöver hjälp.", "message": "Besök <a href='http://userstyles.org'>userstyles.org</a> för färdiga stilar. Fråga i <a href='http://forum.userstyles.org'>forumet</a> om du behöver hjälp.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Gäller för: $applies$", "message": "Gäller för: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Är du säker på att du vill uppdatera '$stylename$'?", "message": "Är du säker på att du vill uppdatera '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Sektioner", "message": "Sektioner",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Ändra i Stil $stylename$", "message": "Ändra i Stil $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Stilen är fullt uppdaterad.", "message": "Stilen är fullt uppdaterad.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Uppdateringen misslyckades - servern svarade med kod $code$.", "message": "Uppdateringen misslyckades - servern svarade med kod $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specificera", "message": "Specificera",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "Install '$stylename$' into Stylish?", "message": "Install '$stylename$' into Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Visit <a href='http://userstyles.org'>userstyles.org</a> for pre-made styles. Ask in <a href='http://forum.userstyles.org'>the forum</a> if you need help.", "message": "Visit <a href='http://userstyles.org'>userstyles.org</a> for pre-made styles. Ask in <a href='http://forum.userstyles.org'>the forum</a> if you need help.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "వేటికి వర్తిస్తుంది; $applies$", "message": "వేటికి వర్తిస్తుంది; $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "విభాగాలు", "message": "విభాగాలు",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Edit Style $stylename$", "message": "Edit Style $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Style is up to date.", "message": "Style is up to date.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Update failed - server responded with code $code$.", "message": "Update failed - server responded with code $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Specify", "message": "Specify",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "'$stylename$' Stylish'e yüklensin mi?", "message": "'$stylename$' Stylish'e yüklensin mi?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "Önceden hazırlanmış stiller için <a href='http://userstyles.org'>userstyles.org</a> sitesini ziyaret edin. Yardıma ihtiyacınız olursa sorunuzu <a href='http://forum.userstyles.org'>forum</a>'da yayınlayın.", "message": "Önceden hazırlanmış stiller için <a href='http://userstyles.org'>userstyles.org</a> sitesini ziyaret edin. Yardıma ihtiyacınız olursa sorunuzu <a href='http://forum.userstyles.org'>forum</a>'da yayınlayın.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Şuraya uygulanır: $applies$", "message": "Şuraya uygulanır: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "Are you sure you want to update '$stylename$'?", "message": "Are you sure you want to update '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Bölümler", "message": "Bölümler",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "$stylename$ Stilini Düzenleyin", "message": "$stylename$ Stilini Düzenleyin",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "Stil güncel.", "message": "Stil güncel.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Güncellenemedi - sunucu yanıt olarak $code$ kodunu gönderdi.", "message": "Güncellenemedi - sunucu yanıt olarak $code$ kodunu gönderdi.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Belirt", "message": "Belirt",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "安装 '$stylename$' 到 Stylish?", "message": "安装 '$stylename$' 到 Stylish?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "访问 <a href='http://userstyles.org'>userstyles.org</a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http://forum.userstyles.org'>论坛</a>.", "message": "访问 <a href='http://userstyles.org'>userstyles.org</a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http://forum.userstyles.org'>论坛</a>.",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "应用到: $applies$", "message": "应用到: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "你確定要更新 '$stylename$' 嗎?", "message": "你確定要更新 '$stylename$' 嗎?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "样式节", "message": "样式节",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "编辑样式 $stylename$", "message": "编辑样式 $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "已经是最新的.", "message": "已经是最新的.",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "更新失败 - 服务器了返回代码 $code$.", "message": "更新失败 - 服务器了返回代码 $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "指定站点", "message": "指定站点",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "要将“$stylename$”安装到 Stylish 中吗?", "message": "要将“$stylename$”安装到 Stylish 中吗?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "请访问 <a href='http://userstyles.org'>userstyles.org</a> 以获取预制样式。如果您需要帮助,请到<a href='http://forum.userstyles.org'>论坛</a>发帖提问。", "message": "请访问 <a href='http://userstyles.org'>userstyles.org</a> 以获取预制样式。如果您需要帮助,请到<a href='http://forum.userstyles.org'>论坛</a>发帖提问。",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "应用对象:$applies$", "message": "应用对象:$applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "您确定要更新 '$stylename$'?", "message": "您确定要更新 '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "部分", "message": "部分",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "修改样式“$stylename$”", "message": "修改样式“$stylename$”",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "样式已是最新版本。", "message": "样式已是最新版本。",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "更新失败 - 服务器响应代码为 $code$。", "message": "更新失败 - 服务器响应代码为 $code$。",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "指定", "message": "指定",

View File

@ -109,7 +109,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "安裝 '$stylename$' 到 Stylish ", "message": "安裝 '$stylename$' 到 Stylish ",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"manageText": { "manageText": {
"message": "訪問<a href='http://userstyles.org'>userstyles.org</a> 获取現成的樣式. 如果你需要幫助,請訪問<a href='http://forum.userstyles.org' >論壇</a>。", "message": "訪問<a href='http://userstyles.org'>userstyles.org</a> 获取現成的樣式. 如果你需要幫助,請訪問<a href='http://forum.userstyles.org' >論壇</a>。",
@ -173,11 +178,21 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "適用於: $applies$", "message": "適用於: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"styleUpdate": { "styleUpdate": {
"message": "你確定你要更新 '$stylename$' ", "message": "你確定你要更新 '$stylename$' ",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "樣式段", "message": "樣式段",
@ -185,7 +200,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "編輯樣式 $stylename$", "message": "編輯樣式 $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "樣式已是最新的。", "message": "樣式已是最新的。",
@ -249,7 +269,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "更新失敗 伺服器傳回代碼 $code$ 。", "message": "更新失敗 伺服器傳回代碼 $code$ 。",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "指定", "message": "指定",