Skip to content

Commit

Permalink
Remove opponent terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanieschneider committed Nov 1, 2023
1 parent 9d3b40d commit f13c09c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions web/src/locales/de.game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"tagging": {
"post": "Schlagwort eingeben",
"intro": "Wie würdest Du dieses Bild beschreiben? Du kannst beschreiben, was Du siehst, aber auch welche Gefühle oder Assoziationen das Bild weckt.",
"opponent": "Die Schlagwörter Deines:r Gegenspielers:in werden immer auf der linken Seite angezeigt.",
"no-opponent": "Du spielst ohne Gegenspieler:in.",
"opponent": "Die Schlagwörter Deines:r Mitspielers:in werden immer auf der linken Seite angezeigt.",
"no-opponent": "Du spielst ohne Mitspieler:in.",
"taboo": "Folgende Schlagwörter darfst Du nicht verwenden: {tags}."
},
"roi": {
"post": "Bildregion annotieren",
"intro": "Siehst Du die Schlagwörter über dem angezeigten Bild? Zeichne mit der Maus über die zugehörigen Bildregionen.",
"opponent": "Die Schlagwörter Deines:r Gegenspielers:in werden immer auf der linken Seite angezeigt.",
"no-opponent": "Du spielst ohne Gegenspieler:in.",
"opponent": "Die Schlagwörter Deines:r Mitspielers:in werden immer auf der linken Seite angezeigt.",
"no-opponent": "Du spielst ohne Mitspieler:in.",
"taboo": "Folgende Schlagwörter darfst Du nicht verwenden: {tags}."
}
},
Expand Down Expand Up @@ -60,11 +60,11 @@
"suffix": "{n} Runden|{n} Runde|{n} Runden"
},
"opponent_type": {
"title": "Gegen wen möchtest Du spielen?",
"title": "Mit wem möchtest Du spielen?",
"fields": {
"no_opponent": "Niemanden",
"mean_gameround_opponent": "Durchschnittliche Gegner:innen",
"random_gameround_opponent": "Zufällig ausgewählte Gegner:innen"
"no_opponent": "Niemandem",
"mean_gameround_opponent": "Durchschnittliche Mitspieler:innen",
"random_gameround_opponent": "Zufällig ausgewählte Mitspieler:innen"
}
},
"input_type": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
},
"plugins": {
"opponent_type": {
"no_opponent": "Du spielst gegen keine Gegner:innen"
"no_opponent": "Du spielst ohne Mitspieler:innen"
},
"taboo_type": {
"most_annotated_taboo": "Am häufigsten vergebene Annotationen sind tabu"
Expand Down
14 changes: 7 additions & 7 deletions web/src/locales/en.game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"tagging": {
"post": "Enter tag",
"intro": "How would you describe this image? You can describe what you see, but also what feelings or associations the image triggers.",
"opponent": "Your opponent’s tags are always displayed on the left.",
"no-opponent": "You play without an opponent.",
"opponent": "Your fellow player’s tags are always displayed on the left.",
"no-opponent": "You play without another player.",
"taboo": "You may not use the following tags: {tags}."
},
"roi": {
"post": "Annotate image region",
"intro": "Do you see the tags above the displayed image? Draw with the mouse over the corresponding image regions.",
"opponent": "Your opponent’s tags are always displayed on the left.",
"no-opponent": "You play without an opponent",
"opponent": "Your fellow player’s tags are always displayed on the left.",
"no-opponent": "You play without another player",
"taboo": "You may not use the following tags: {tags}."
}
},
Expand Down Expand Up @@ -60,11 +60,11 @@
"suffix": "{n} rounds|{n} round|{n} rounds"
},
"opponent_type": {
"title": "Who do you want to play against?",
"title": "Who do you want to play with?",
"fields": {
"no_opponent": "No one",
"mean_gameround_opponent": "Average opponents",
"random_gameround_opponent": "Randomly selected opponents"
"mean_gameround_opponent": "Average players",
"random_gameround_opponent": "Randomly selected players"
}
},
"input_type": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
"plugins": {
"opponent_type": {
"no_opponent": "You are playing against no opponents"
"no_opponent": "You are playing without other players"
},
"taboo_type": {
"most_annotated_taboo": "Most frequently assigned annotations are taboo"
Expand Down

0 comments on commit f13c09c

Please sign in to comment.