Skip to content

Commit

Permalink
Update chart for review rating
Browse files Browse the repository at this point in the history
  • Loading branch information
viplmad committed Jan 29, 2024
1 parent 8abb0e3 commit aebd7f2
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 150 deletions.
7 changes: 3 additions & 4 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
"percentageFinishedFirstFinishedThisYearString": "{total} of Finished first finished this year",
"percentagePlayedString": "{total} of Played",
"percentageFinishedString": "{total} of Finished",
"percentageRatedString": "{total} of Rated",
"playTimeString": "{total} Play Time",
"totalPlayedString": "{total} Played",
"totalRatedString": "{total} Rated",
"totalFinishedString": "{total} Finished",
"totalRatedString": "{total} Rated",
"sessionsPlayedString" : "{total} {total, plural, =1{Session} other{Sessions}} Played",
"totalGamesPlayedString": "{total} {total, plural, =1{Game} other{Games}} Played",
"totalFirstPlayedString": "{total} First Played",
Expand All @@ -146,15 +147,13 @@
"gamesPlayedByRatingString": "Games played by rating",
"gamesFinishedByMonthString": "Games finished by month",
"playedInString": "Played in {month}",
"ratedWithString": "Rated with {rating, select, 8{an} other{a}} {rating}",
"finishedInString": "Finished in {month}",
"ratedWithString": "Rated with {rating, select, 8{an} other{a}} {rating}",
"newRelasesString": "New releases",
"recentString": "Recent",
"classicGamesString": "Classic",
"recentDescriptionString": "Released in the last 1-{yearsMax} years",
"classicGamesDescriptionString": "Released {yearsMax} or more years ago",
"noRatingString": "Without rating",
"noRatingShortString": "N/A",
"fieldUpdatedString": "Field updated",
"unableToUpdateFieldString": "Unable to update field",
"uploadImageString": "Upload image",
Expand Down
7 changes: 3 additions & 4 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
"percentageFinishedFirstFinishedThisYearString": "{total} de juegos terminados por primera vez este año",
"percentagePlayedString": "{total} de los jugados",
"percentageFinishedString": "{total} de los terminados",
"percentageRatedString": "{total} de los puntuados",
"playTimeString": "{total} de tiempo de juego",
"totalPlayedString": "{total} {total, plural, =1{jugado} other{jugados}}",
"totalRatedString": "{total} {total, plural, =1{puntuado} other{puntuados}}",
"totalFinishedString": "{total} {total, plural, =1{terminado} other{terminados}}",
"totalRatedString": "{total} {total, plural, =1{puntuado} other{puntuados}}",
"sessionsPlayedString" : "{total} {total, plural, =1{sesión} other{sesiones}}",
"totalGamesPlayedString": "{total} {total, plural, =1{juego} other{juegos}}",
"totalFirstPlayedString": "{total} {total, plural, =1{jugado} other{jugados}} por primera vez",
Expand All @@ -146,15 +147,13 @@
"gamesPlayedByRatingString": "Juegos por puntuación",
"gamesFinishedByMonthString": "Juegos terminados por mes",
"playedInString": "Jugado en {month}",
"ratedWithString": "Puntuado con un {rating}",
"finishedInString": "Terminados en {month}",
"ratedWithString": "Puntuado con un {rating}",
"newRelasesString": "Nuevos lanzamientos",
"recentString": "Recientes",
"classicGamesString": "Clásicos",
"recentDescriptionString": "Lanzados durante los últimos 1-{yearsMax} años",
"classicGamesDescriptionString": "Lanzados hace {yearsMax} años o más",
"noRatingString": "Sin puntuación",
"noRatingShortString": "N/A",
"fieldUpdatedString": "Campo actualizado",
"unableToUpdateFieldString": "No ha sido posible actualizar el campo",
"uploadImageString": "Subir imagen",
Expand Down
Loading

0 comments on commit aebd7f2

Please sign in to comment.