Skip to content

Commit

Permalink
feat(translations): add disable player tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRHavoc committed Jun 9, 2021
1 parent a0c3615 commit e606800
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
7 changes: 5 additions & 2 deletions translations/en.json
Expand Up @@ -33,7 +33,10 @@
"blips-loaded": "Blips loaded",
"players": "Player Count"
},
"track-player": "Track a player",
"track-player": {
"title": "Track a player",
"disable": "Stop tracking"
},
"filter": {
"title": "Filter",
"disable-filter": "Disable filter",
Expand Down Expand Up @@ -100,4 +103,4 @@
"position": "Position",
"description": "Description"
}
}
}
7 changes: 5 additions & 2 deletions translations/es.json
Expand Up @@ -31,7 +31,10 @@
"blips-loaded": "Marcadores cargados",
"players": "Recuento de jugadores"
},
"track-player": "Rastrear a un jugador",
"track-player": {
"title": "Rastrear a un jugador",
"disable": "Detener el seguimiento"
},
"filter": {
"title": "Filtrar",
"filter-value": "Con el valor",
Expand Down Expand Up @@ -98,4 +101,4 @@
"position": "Posición",
"description": "Descripción"
}
}
}
7 changes: 5 additions & 2 deletions translations/fr.json
Expand Up @@ -32,7 +32,10 @@
"blips-loaded": "Blips chargés",
"players": "Nombre de joueurs"
},
"track-player": "Suivre un joueur",
"track-player": {
"title": "Suivre un joueur",
"disable": "Arrêter le suivi"
},
"filter": {
"title": "Filtrer",
"disable-filter": "Désactiver le filtre",
Expand Down Expand Up @@ -99,4 +102,4 @@
"position": "Positionner",
"description": "La description "
}
}
}
7 changes: 5 additions & 2 deletions translations/ru.json
Expand Up @@ -32,7 +32,10 @@
"blips-loaded": "Загруженные всплески",
"players": "Подсчет игроков"
},
"track-player": "Отслеживание игрока",
"track-player": {
"title": "Отслеживание игрока",
"disable": "Прекратить отслеживание"
},
"filter": {
"title": "Фильтр",
"disable-filter": "Отключить фильтр"
Expand Down Expand Up @@ -99,4 +102,4 @@
"position": "Должность",
"description": "Описание"
}
}
}

0 comments on commit e606800

Please sign in to comment.