-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.
Most of this: I can't vouch for, since I don't undertstand the natural language.
There are a few nits which should be addressed, but nothing that needs a second review cycle.
@@ -23,7 +23,7 @@ | |||
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode | |||
The first parameter is the name of the app defined in app_name (for example: Fenix) --> | |||
<string name="private_browsing_explanation">%1$s borra tus búsquedas e historial de navegación cuando cierras una sesión privada | |||
Aunque no te hace anónimo para los sitios web o proveedor de servicios de Internet, | |||
Aunque no te hace anónimo para los sitios web o proveedor de servicios de Internet, |
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.
Nit: trailing space.
|
||
<!-- Text to tell the user how many more tabs this session has. | ||
The first parameter is a digit that shows the cardinal number of how many additional tabs the session has. --> | ||
<string name="session_items_more">%1$d siti...</string> |
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.
Nit: use ellipsis (…) instead of three periods (...).
<string name="session_item_delete">削除</string> | ||
<!-- Text to tell the user how many more tabs this session has. | ||
The first parameter is a digit that shows the cardinal number of how many additional tabs the session has. --> | ||
<string name="session_items_more">%1$d サイト…</string> |
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.
… yiss …
사용자가 제어할 수 있게 만들었습니다. | ||
|
||
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.
Nit: trailing spaces.
<!-- Text for the button to delete a single session --> | ||
<string name="session_item_delete">Ta bort</string> | ||
|
||
|
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.
Nit: too many blank lines.
@@ -605,7 +611,7 @@ | |||
|
|||
|
|||
<!-- Sample text for accessibility font size --> | |||
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. | |||
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. |
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.
Nit: can we use two differing pangrams, instead of repeating the same one twice?
The five boxing wizards jump quickly.
Pack my box with five dozen liquor jugs.
How quickly daft jumping zebras vex.
More seriously, I note that the this appears in the zh-rCN
strings file, but isn't translated.
@@ -597,7 +602,7 @@ | |||
|
|||
|
|||
<!-- Sample text for accessibility font size --> | |||
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. | |||
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. |
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.
Again, similar problems: trailing space, and isn't translated.
Going to land this and follow up with l10n 👍 |
Moving conversation here for the sack of openness. I suggest that we either:
|
State: mozilla-l10n/android-l10n@e521a2a
This adds new locales to the config, and the first translations for Swedish.
CC @Delphine