-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor nitpicks
@@ -456,15 +459,15 @@ define({ | |||
"PROJECT_SETTINGS_TITLE" : "Projektin asetukset kohteelle: {0}", | |||
"PROJECT_SETTING_BASE_URL" : "Esikatselun perus-URL", | |||
"PROJECT_SETTING_BASE_URL_HINT" : "Käytä paikall. palvelinta antamalla URL, kuten http://localhost:8000/", | |||
"BASEURL_ERROR_INVALID_PROTOCOL" : "Esikatselu ei tue {0}-protokollaa. Käytä joko http: tai https: .", | |||
"BASEURL_ERROR_INVALID_PROTOCOL" : "Esikatselu ei tue {0}-protokollaa. Käytä joko http: tai https: -mallia.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe muotoa
?
"INSTALL_CANCELED" : "Asennus on peruutettu.", | ||
"VIEW_COMPLETE_DESCRIPTION" : "Näytä täysi kuvaus", | ||
"VIEW_TRUNCATED_DESCRIPTION" : "Näytä katkaistu kuvaus", | ||
// These must match the error codes in ExtensionsDomain.Errors.* : | ||
"INVALID_ZIP_FILE" : "Ladattu sisältö ei ole kelvollinen zip-tiedosto.", | ||
"INVALID_PACKAGE_JSON" : "Tiedosto package.json on virheellinen. (virhe: {0}).", | ||
"MISSING_PACKAGE_NAME" : "Tiedostolle package.json ei ole määritelty paketin nimeä.", | ||
"MISSING_PACKAGE_JSON" : "Paketissa ei ole tiedostoa package.json.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tabs -> spaces
@@ -625,12 +629,12 @@ define({ | |||
"HEALTH_DATA_DO_TRACK" : "Jaa nimettömiä tietoja {APP_NAME}in käytöstäni", | |||
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "Jotta voit parantaa {APP_NAME}ia, lähetämme säännöllisesti Adobelle rajattuja, <strong>nimettömiä</strong> tilastotietoja siitä, kuinka käytät tuotetta. Nämä tiedot auttavat priorisoimaan ominaisuuksia, löytämään bugeja ja huomaamaan käytettävyysongelmia.<br><br>Voit nähdä tietosi tai valita, ettei tietoja jaeta, valitsemalla <strong>Ohje > Terveydentilaraportti</strong>.<br><br><a href='https://github.com/adobe/brackets/wiki/Health-Data'>Lue lisää {APP_NAME}in terveydentilaraportista</a>", | |||
"HEALTH_DATA_PREVIEW" : "{APP_NAME}in terveydentilaraportti", | |||
"HEALTH_DATA_PREVIEW_INTRO" : "<p>Jotta voit parantaa {APP_NAME}ia, lähetämme säännöllisesti Adobelle rajattuja, <strong>nimettömiä</strong> tilastotietoja siitä, kuinka käytät tuotetta. Nämä tiedot auttavat priorisoimaan ominaisuuksia, löytämään bugeja ja huomaamaan käytettävyysongelmia. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Lue lisää {APP_NAME}in terveydentilaraportista</a> ja siitä, kuinka se hyödyttää {APP_NAME}-yhteisöä yksityisyyttäsi suojellen.</p><p>Alla on esikatselu tiedoista, jotka lähetetään seuraavassa terveydentilaraportissasi <em>jos</em> se on otettu käyttöön.</p>", | |||
"HEALTH_DATA_PREVIEW_INTRO" : "<p>Jotta voit parantaa {APP_NAME}ia, lähetämme säännöllisesti Adobelle rajattuja, <strong>nimettömiä</strong> tilastotietoja siitä, kuinka käytät tuotetta. Nämä tiedot auttavat priorisoimaan ominaisuuksia, löytämään bugeja ja huomaamaan käytettävyysongelmia. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Lue lisää {APP_NAME}in terveydentilaraportista</a> ja siitä, kuinka se hyödyttää {APP_NAME}-yhteisöä samalla, kun suojelemme yksityisyyttäsi.</p><p>Alla on esikatselu tiedoista, jotka lähetetään seuraavassa terveydentilaraportissasi <em>jos</em> se on otettu käyttöön.</p>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO should be something like Jotta voimme parantaa
"DESCRIPTION_CODE_FOLDING_MIN_FOLD_SIZE" : "Rivejä vähintään ennen kuin pienennettävän osion kuvake tulee esiin", | ||
"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "true: muista pienennetyt osiot, jos tiedosto tai projekti suljetaan ja avataan sitten uudelleen", | ||
"DESCRIPTION_CODE_FOLDING_MAKE_SELECTIONS_FOLDABLE": "true: ota valitun tekstin koodin laskostus käyttöön editorissa", | ||
"DESCRIPTION_ATTR_HINTS" : "Näytä tai piilota HTML-attribuuttien vihjeet", | ||
"DESCRIPTION_ATTR_HINTS" : "Näytä tai piilota HTML-määritteiden vihjeet", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would prefer the old one "attribuuttien"
Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more small nit
@@ -459,7 +459,7 @@ define({ | |||
"PROJECT_SETTINGS_TITLE" : "Projektin asetukset kohteelle: {0}", | |||
"PROJECT_SETTING_BASE_URL" : "Esikatselun perus-URL", | |||
"PROJECT_SETTING_BASE_URL_HINT" : "Käytä paikall. palvelinta antamalla URL, kuten http://localhost:8000/", | |||
"BASEURL_ERROR_INVALID_PROTOCOL" : "Esikatselu ei tue {0}-protokollaa. Käytä joko http: tai https: -mallia.", | |||
"BASEURL_ERROR_INVALID_PROTOCOL" : "Esikatselu ei tue {0}-protokollaa. Käytä joko http: tai https: \u2011muotoa.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\u2011 was changed to -
in other parts of this PR, maybe this should stay like so too? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only in preferences descriptions, elsewhere it’s \u2011
Thanks once again! |
No description provided.