]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
fix number of results translation
[alttp.git] / resources / js / i18n / en.js
index e7e0c59d58c06cbc198051abf1f616a8552ea8fe..9ef591644f23e82db72f78452826b902e6a2e4f0 100644 (file)
@@ -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',