X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=9ef591644f23e82db72f78452826b902e6a2e4f0;hb=9c58ecc5cb7eb5401657459375e6a775ba671424;hp=e7e0c59d58c06cbc198051abf1f616a8552ea8fe;hpb=4f4b2fd64141cbbff953881e2705602a00b85df5;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index e7e0c59..9ef5916 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -425,6 +425,7 @@ export default { time: 'Time: {{ time }}', }, rounds: { + code: 'Code', date: '{{ date, L }}', edit: 'Edit round', editError: 'Error saving round', @@ -433,12 +434,15 @@ export default { heading: 'Rounds', new: 'New round', noSeed: 'No seed set', + numberOfResults_one: '{{ count }} submission', + numberOfResults_other: '{{ count }} submissions', lock: 'Lock round', lockDescription: 'When a round is locked, runners cannot submit or change results.', locked: 'Results for this round have been locked.', lockError: 'Error locking round', lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!', lockSuccess: 'Round locked', + rolled_by: 'Rolled by', rolledBy: 'Rolled by {{name}}', seed: 'Seed', setSeed: 'Set seed',