-
Notifications
You must be signed in to change notification settings - Fork 99
[PM-33981] feat: Add device management localizations #2488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: pm-33981/innovation-device-list
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1330,3 +1330,30 @@ | |||||||||
| "LearnMoreAboutAutofill" = "Learn more about autofill"; | ||||||||||
| "TurnOnNow" = "Turn on now"; | ||||||||||
| "AcceptTransfer" = "Accept transfer"; | ||||||||||
| "ManageDevices" = "Manage devices"; | ||||||||||
| "NoDevicesFound" = "No devices found"; | ||||||||||
| "CurrentSession" = "Current session"; | ||||||||||
| "PendingRequest" = "Pending request"; | ||||||||||
| "PendingRequests" = "%1$d Pending requests"; | ||||||||||
| "Trusted" = "Trusted"; | ||||||||||
| "RecentlyActive" = "Recently active: %1$@"; | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π¨ This has parameter so I'd change it to |
||||||||||
| "RecentlyActiveLabel" = "Recently active:"; | ||||||||||
| "FirstLogin" = "First login: %1$@"; | ||||||||||
| "FirstLoginLabel" = "First login:"; | ||||||||||
|
Comment on lines
+1340
to
+1342
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. βοΈ I would use directly "Colon" instead of "Label" as suffix. What do you think @KatherineInCode ?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm in the category of wondering if there's a better way to do this in general, as I agree with the later comment of not following why there's two of them. But if we do have to have two, then I agree with
Comment on lines
+1341
to
+1342
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π€ Not following why you have two first login localizations? Couldn't you have just the one with the parameter and if the parameter is empty then it's just not shown? Or is there a distinction so the "space" is not shown? Same applies to |
||||||||||
| "Today" = "Today"; | ||||||||||
| "ThisWeek" = "This week"; | ||||||||||
| "LastWeek" = "Last week"; | ||||||||||
| "ThisMonth" = "This month"; | ||||||||||
| "OverThirtyDaysAgo" = "Over 30 days ago"; | ||||||||||
| "UnknownDevice" = "Unknown device"; | ||||||||||
| "Unknown" = "Unknown"; | ||||||||||
| "RemoveDevice" = "Remove device"; | ||||||||||
| "AreYouSureYouWantToRemoveDevice" = "Are you sure you want to remove %1$@?"; | ||||||||||
| "AreYouSureYouWantToLogOutDevice" = "Are you sure you want to log out %1$@?"; | ||||||||||
|
Comment on lines
+1351
to
+1352
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. βοΈ We often use "X" "Y" "Z" for parameters in the key (if you want you can add a comment to indicate that it represents a device):
Suggested change
|
||||||||||
| "Mobile" = "Mobile"; | ||||||||||
| "BrowserExtension" = "Browser extension"; | ||||||||||
| "WebVault" = "Web vault"; | ||||||||||
|
||||||||||
| "WebVault" = "Web vault"; | |
| "WebVaultDeviceType" = "Web vault"; |
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.
Localizable.stringsdictnow so they're handled correctly on all languages.