2.6 KB33 lines
Blame
1{
2 "confirmDiscardChanges": "Are you sure you want to discard your selected changes? Discarded changes cannot be recovered.",
3 "numImagesUploading_one": "Uploading 1 file",
4 "numImagesUploading_other": "Uploading $count files",
5 "imageUploadFailed_one": "1 file upload failed",
6 "imageUploadFailed_other": "$count file uploads failed",
7 "confirmUnsavedEditsBeforeSplit_one": "You have unsaved edits to the commit message which must be saved before splitting by this commit. Do you want to save these edits first?",
8 "confirmUnsavedEditsBeforeSplit_other": "You have unsaved edits to commit messages which must be saved before splitting by these commits. Do you want to save these edits first?",
9 "confirmUnsavedEditsBeforeEditStack_one": "You have unsaved edits to a commit message which must be saved before editing this stack. Do you want to save these edits first?",
10 "confirmUnsavedEditsBeforeEditStack_other": "You have unsaved edits to commit messages which must be saved before editing this stack. Do you want to save these edits first?",
11 "someCommitsUpdatedLocallyAddendum_one": "\n\n1 commit in this stack has been updated locally and should be resubmitted.",
12 "someCommitsUpdatedLocallyAddendum_other": "\n\n$count commits in this stack have been updated locally and should be resubmitted.",
13 "codeIssuesFound_one": "1 code issue found in selected files",
14 "codeIssuesFound_other": "$count code issues found in selected files",
15 "unsavedFileCount_one": "1 unsaved file",
16 "unsavedFileCount_other": "$count unsaved files",
17 "confirmUnsavedFileCount_one": "You have 1 unsaved file",
18 "confirmUnsavedFileCount_other": "You have $count unsaved files",
19 "queuedOperationsWereCancelled_one": "1 queued operation was cancelled",
20 "queuedOperationsWereCancelled_other": "$count queued operations were cancelled",
21 "doYouWantToSaveThem_one": "Do you want to save before continuing?",
22 "doYouWantToSaveThem_other": "Do you want to save them before continuing?",
23 "commitsBeingBackedUp_one": "1 commit being backed up...",
24 "commitsBeingBackedUp_other": "$count commits being backed up...",
25 "commitsFailedBackingUp_one": "1 commit failed to back up",
26 "commitsFailedBackingUp_other": "$count commits failed to back up",
27 "moreCommandsToRun_one": "1 more command",
28 "moreCommandsToRun_other": "$count more commands",
29 "whetherToSubmitDiffAsDraft_one": "Whether to submit this diff as a draft",
30 "whetherToSubmitDiffAsDraft_other": "Whether to submit these $count diffs as a draft",
31 "publishWhenReadyTooltip": "Submit as draft and automatically publish for review when all CI signals pass. Publishing will request reviewers and notify them. CI validation starts immediately."
32}
33