Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
justrealmilk committed Dec 13, 2023
1 parent ae86210 commit cf37cc8
Show file tree
Hide file tree
Showing 24 changed files with 1,052 additions and 8 deletions.
85 changes: 85 additions & 0 deletions de/BraytechQuestionDefinition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"category-api": {
"hash": 1000000100,
"displayProperties": {
"name": "API",
"description": ""
},
"questions": [
{
"hash": 1000000101,
"displayProperties": {
"name": "Die historischen Clan-Statistiken stimmen nicht mit [irgendwas] überein",
"description": "Es gibt mehrere Quellen für Statistiken in Destiny. Historische Clan-Statistiken basieren auf dem _HistoricalStats_-API-Endpunkt, während andere ihre Daten aus PGCRs (_Post Game Carnage Reports_, detailliertere Spieldetails) beziehen. Es ist schwer zu bestimmen, welcher Endpunkt die genauesten Angaben macht.\n\nUm Statistiken in der Weise zu berechnen wie sie bei _Historische Clan-Statistiken_ angezeigt werden, müssten Terabytes an Daten von Bungie-Servern heruntergeladen werden. Nichtsdestotrotz sind die aktuell genutzten Daten genau genug für etwas freundschaftlichen Wettbewerb."
}
}
]
},
"category-braytech": {
"hash": 1000000200,
"displayProperties": {
"name": "Braytech",
"description": ""
},
"questions": [
{
"hash": 1000000201,
"displayProperties": {
"name": "🦘 Widgets",
"description": "🦘 Widgets are currently only available for iOS devices (iPhone, iPad).\n\nIf you can't find Braytech or its widgets in your list of available widgets, try restarting your device, launching the app, reinstalling the app, or waiting an arbitrary time duration.\n\nIt's either a skill issue or just an iOS thing. Good luck."
}
},
{
"hash": 1000000202,
"displayProperties": {
"name": "App-Stores",
"description": "Braytech ist im Apple [App Store](https://apps.apple.com/app/braytech/id1593151816), auf [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) und im [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8) erhältlich!"
}
},
{
"hash": 1000000203,
"displayProperties": {
"name": "Braytech wird nicht auf die neueste Version aktualisiert",
"description": "In der _Einstellungen_-Ansicht kannst du verschiedene Dinge ausprobieren. Beginne mit _Serviceworker updaten_. Warte einen Moment, und du solltest aufgefordert werden, die Seite neu zu laden.\n\nFalls dies fehlschlägt, kannst du versuchen, die Anwendung zu aktualisieren, indem du _Neu laden_ wählst. Wenn das Problem weiterhin besteht, nutze bitte _Serviceworker verwerfen_.\n\n_Für Eingeweihte: Braytech verwendet einen Serviceworker und die stellen sich gelegentlich ein wenig an._"
}
},
{
"hash": 1000000204,
"displayProperties": {
"name": "Häufig",
"description": "Häufig wird die Frage gestellt: \"Was ist die lustige Prozentzahl rechts neben den Sammlerstücken und Rekorden?\"\n\n Es handelt sich dabei um den Prozentsatz der Spieler, die den Gegenstand entweder entdeckt oder eingelöst haben. Alle paar Tage sammelt _Voluspa_ Daten von den Nutzern von _Braytech_ und notiert, wer was hat.\n\n Es ist ein heißes Thema, ob es genau oder nützlich ist und die Wahrheit ist, dass alle Statistiken nutzlos und dumm sind, _außer_ man hat alle möglichen Daten mit einbezogen. \n\nEs ist anzunehmen, dass diese Statistiken auf Gelegenheitsspieler ausgerichtet sind (die Prozentsätze können aufgrund der Fertigkeiten und der Aufmerksamkeit der überwachten Benutzer eher höher als niedriger erscheinen).\n\nWo verfügbar, enthalten die Tooltips für diese Statistiken die Gesamtzahl der Spieler, die als Teil dieser Metrik gezählt werden. {{indexed}}"
}
},
{
"hash": 1000000205,
"displayProperties": {
"name": "Profil-Datenschutz",
"description": "Wenn du dich beim Spielen von Destiny um deine Privatsphäre und um die Daten, die in der API für Dritte sichtbar sind (wie deine Fortschritte und Aktivitäten) sorgst, kannst du deine Datenschutzeinstellungen auf [Bungie.net](https://bungie.net/de/Profile/Settings/?category=Privacy) anpassen.\n\nWenn du dies tust, musst du Braytech mit Bungie authentifizieren, um es weiter verwenden zu können."
}
},
{
"hash": 1000000206,
"displayProperties": {
"name": "Tastenkombinationen",
"description": "Zusätzlich zu den Schaltflächen der Aktionsleiste mit Tastensymbolen verfügt Braytech über eine Vielzahl versteckter Tastenkombinationen. Halten Sie in jeder Ansicht mit einer Profilüberschrift (dem Emblem Ihres Charakters usw.) die Taste  gedrückt, um zu sehen, welche Tastenkombinationen verfügbar sind. Drücken Sie zum Beispiel , um zu _Triumphe_ zu gelangen, und , um hierher zurückzukehren."
}
}
]
},
"category-voluspa": {
"hash": 1000000300,
"displayProperties": {
"name": "Voluspa",
"description": ""
},
"questions": [
{
"hash": 1000000301,
"displayProperties": {
"name": "Über Voluspa",
"description": "_Voluspa_, benannt nach einem Unter-Geist von Rasputin, habe ich die serverseitige Komponente von Braytech genannt. Es ist dafür verantwortlich, die Profile der Braytech-Benutzer auf gemeinsame Statistiken, Synchronisierung der Einstellungen und andere wichtige Funktionen zu überprüfen."
}
}
]
}
}
2 changes: 2 additions & 0 deletions de/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import BraytechCommonDefinition from '@Data/manifest/de/BraytechCommonDefinition
import BraytechFeatureDefinition from '@Data/manifest/de/BraytechFeatureDefinition.json';
import BraytechMapsDefinition from '@Data/manifest/de/BraytechMapsDefinition.json';
import BraytechMapsTypesDefinition from '@Data/manifest/de/BraytechMapsTypesDefinition.json';
import BraytechQuestionDefinition from '@Data/manifest/de/BraytechQuestionDefinition.json';
import DestinyActivityDefinition from '@Data/manifest/de/DestinyActivityDefinition.json';
import DestinyActivityModeDefinition from '@Data/manifest/de/DestinyActivityModeDefinition.json';
import DestinyActivityModifierDefinition from '@Data/manifest/de/DestinyActivityModifierDefinition.json';
Expand All @@ -24,6 +25,7 @@ const de = {
BraytechFeatureDefinition,
BraytechMapsDefinition,
BraytechMapsTypesDefinition,
BraytechQuestionDefinition,
DestinyActivityDefinition,
DestinyActivityModeDefinition,
DestinyActivityModifierDefinition,
Expand Down
85 changes: 85 additions & 0 deletions en/BraytechQuestionDefinition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"category-api": {
"hash": 1000000100,
"displayProperties": {
"name": "API",
"description": ""
},
"questions": [
{
"hash": 1000000101,
"displayProperties": {
"name": "Clan Historical Stats don't match [other thing]",
"description": "There are multiple sources for stats in Destiny. Clan Historical Stats is based on the HistoricalStats API endpoint while others source their data from PGCRs (Post Game Carnage Reports). It's hard to determine which holds the most accurate truth.\n\nTo display stats in the manner seen on Clan Historical Stats would require downloading terabytes of data from Bungie servers and significant compute power. This said, they're accurate enough for some friendly competition."
}
}
]
},
"category-braytech": {
"hash": 1000000200,
"displayProperties": {
"name": "Braytech",
"description": ""
},
"questions": [
{
"hash": 1000000201,
"displayProperties": {
"name": "App stores",
"description": "Braytech is available on Apple's [App Store](https://apps.apple.com/app/braytech/id1593151816), [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa), and the [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)!"
}
},
{
"hash": 1000000202,
"displayProperties": {
"name": "Braytech won't update",
"description": "From the _Settings_ view, you can try a variety of things. Start by selecting _Update Service Worker_.\n\nIf this fails, you can try reloading the app by selecting _Reload App_. If the problem continues to persist, please select _Dump Service Worker_ and report the issue via Discord."
}
},
{
"hash": 1000000203,
"displayProperties": {
"name": "Commonality",
"description": "Commonly asked, \"What is the funny percentage to the right of collectibles and records?\"\n\nIt's a percentage of players who've either discovered or redeemed the item. Every few days, _Voluspa_ collects data from users of _Braytech_ and takes note of who's got what.\n\nIt's been a hot topic as to whether it's accurate or useful and the truth is that all statistics are useless and dumb _unless_ you've included every single piece of data possible.\n\nIt's fair to assume that these stats are bias towards casual players (percentages may appear higher rather than lower due to the skill and attention of the users that are monitored).\n\nWhere available, tooltips for these stats include the total number of players who are counted as a part of this metric."
}
},
{
"hash": 1000000204,
"displayProperties": {
"name": "Keyboard Shortcuts",
"description": "In addition to any action bar buttons with key symbols, Braytech has a variety of hidden keyboard shortcuts. From any view with a profile header (your character emblem, etc.), press and hold  to see which shortcuts are available. For example, press  to go to _Triumphs_ and  to return here."
}
},
{
"hash": 1000000205,
"displayProperties": {
"name": "Profile privacy",
"description": "If you're concerned for your privacy while playing Destiny and how the API exposes your progression and activities for use by third parties, you may alter your privacy settings on [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy).\n\nDoing so will require that you authenticate Braytech with Bungie for continued use."
}
},
{
"hash": 1000000206,
"displayProperties": {
"name": "Widgets",
"description": "Widgets are currently only available for iOS devices (iPhone, iPad).\n\nIf you can't find Braytech or its widgets in your list of available widgets, try restarting your device, launching the app, reinstalling the app, or waiting an arbitrary time duration.\n\nIt's either a skill issue or just an iOS thing. Good luck."
}
}
]
},
"category-voluspa": {
"hash": 1000000300,
"displayProperties": {
"name": "Voluspa",
"description": ""
},
"questions": [
{
"hash": 1000000301,
"displayProperties": {
"name": "About Voluspa",
"description": "_Voluspa_, named after a sub-mind of _Rasputin_, is what I've named the serverside component of Braytech. It's responsible for collating the profile data of Braytech's users for commonality statistics, settings sync, and other key features."
}
}
]
}
}
2 changes: 2 additions & 0 deletions en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import BraytechCommonDefinition from '@Data/manifest/en/BraytechCommonDefinition
import BraytechFeatureDefinition from '@Data/manifest/en/BraytechFeatureDefinition.json';
import BraytechMapsDefinition from '@Data/manifest/en/BraytechMapsDefinition.json';
import BraytechMapsTypesDefinition from '@Data/manifest/en/BraytechMapsTypesDefinition.json';
import BraytechQuestionDefinition from '@Data/manifest/en/BraytechQuestionDefinition.json';
import BraytechRotationDefinition from '@Data/manifest/en/BraytechRotationDefinition.json';
import DestinyActivityDefinition from '@Data/manifest/en/DestinyActivityDefinition.json';
import DestinyActivityModeDefinition from '@Data/manifest/en/DestinyActivityModeDefinition.json';
Expand Down Expand Up @@ -40,6 +41,7 @@ const en = {
BraytechFeatureDefinition,
BraytechMapsDefinition,
BraytechMapsTypesDefinition,
BraytechQuestionDefinition,
BraytechRotationDefinition,
DestinyActivityDefinition,
DestinyActivityModeDefinition,
Expand Down
85 changes: 85 additions & 0 deletions es-MX/BraytechQuestionDefinition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"category-api": {
"hash": 1000000100,
"displayProperties": {
"name": "API",
"description": ""
},
"questions": [
{
"hash": 1000000101,
"displayProperties": {
"name": "Las estadísticas históricas de clan no coinciden [con otras] ",
"description": "Hay múltiples fuentes de estadísticas en Destiny. Las Estadísticas históricas de Clan se basan en el punto terminal de la API de HistoricalStats, mientras que otras obtienen sus datos de los Informes de combate. Es difícil determinar cuál de ellos tiene una mayor precisión.\n\nPara mostrar las estadísticas del modo en que se ven en las Estadísticas históricas de Clan, se necesitaría descargar terabytes de datos de los servidores de Bungie y una gran potencia de computación. Dicho esto, son lo suficientemente precisos como para permitir una rivalidad amistosa."
}
}
]
},
"category-braytech": {
"hash": 1000000200,
"displayProperties": {
"name": "Braytech",
"description": ""
},
"questions": [
{
"hash": 1000000201,
"displayProperties": {
"name": "Atajos de teclado",
"description": "Además de los botones de la barra de acción con símbolos de teclas, Braytech tiene diversos atajos de teclado ocultos. Desde cualquier sección con una cabecera de perfil (el emblema de tu personaje, etc.), mantén pulsado  para ver qué atajos están disponibles. Por ejemplo, pulsa  para ir a _Triunfos_ y  para volver aquí."
}
},
{
"hash": 1000000202,
"displayProperties": {
"name": "Braytech no se actualiza a la última versión",
"description": "En la sección _Configuración_ puedes probar una serie de cosas. Empieza por seleccionar _Actualizar service worker_.\n\nSi esto falla, puedes intentar recargar la aplicación seleccionando _Recargar aplicación_. Si el problema persiste, por favor selecciona _Verter service worker_ e informa del problema a través de Discord."
}
},
{
"hash": 1000000203,
"displayProperties": {
"name": "Privacidad del perfil",
"description": "Si te preocupa tu privacidad mientras juegas a Destiny y cómo la API expone tu progreso y actividades para que sean utilizadas por terceros, puedes modificar tu configuración de privacidad en [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy). Si lo haces, tendrás que autenticarte en Braytech con Bungie para seguir usando la aplicación."
}
},
{
"hash": 1000000204,
"displayProperties": {
"name": "Rareza",
"description": "A menudo nos preguntan, \"¿qué es el extraño porcentaje a la derecha de los coleccionables y los triunfos?\"\n\nEs un porcentaje de jugadores que descubrieron o canjearon el objeto. Cada pocos días, _Voluspa_ recopila datos de usuarios de _Braytech_ y registra quién tiene qué.\n\nSe viene discutiendo mucho sobre si es preciso o útil, pero lo cierto es que todas las estadísticas son inútiles y absurdas _a menos que_ se incluyeran todos y cada uno de los datos posibles.\n\nEs justo asumir que estas estadísticas están sesgadas hacia los jugadores casuales (puede que los porcentajes tiendan más al alza que a la baja, debido a la destreza y la atención de los usuarios que son monitoreados).\n\nCuando estén disponibles, los carteles informativos para estas estadísticas incluyen el número total de jugadores que se contabilizan como parte de esta métrica.{{indexed}}"
}
},
{
"hash": 1000000205,
"displayProperties": {
"name": "Tiendas de aplicaciones",
"description": "¡Braytech está disponible en [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) y en [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)! Desafortunadamente, Braytech no está disponible en la tienda de aplicaciones de iPhone.\n\nBraytech no está disponible en la tienda de aplicaciones de iPhone porque Apple es avariciosa y su tienda es su principal fuente de dinero.\n\nAfortunadamente, ellos apoyan parcialmente las aplicaciones web progresivas, como Braytech. Para añadir Braytech a tu pantalla de inicio, navega a la aplicación usando Safari, selecciona el botón Compartir y selecciona _Añadir a la pantalla de inicio_. Esto habilita algunas de las tecnologías que permiten que aplicaciones como Braytech funcionen y se sientan como aplicaciones nativas.\n\nSi eres un usuario de Android y no deseas utilizar Google Play, puedes seguir un procedimiento similar con Google Chrome."
}
},
{
"hash": 1000000206,
"displayProperties": {
"name": "Widgets",
"description": "Actualmente los widgets sólo están disponibles para dispositivos iOS (iPhone, iPad).\n\nSi no puedes encontrar Braytech o sus widgets en tu lista de widgets disponibles, intenta reiniciar tu dispositivo, iniciar la aplicación, reinstalar la aplicación, o esperar un tiempo arbitrario.\n\nO es por torpeza o es cosa de iOS. Buena suerte."
}
}
]
},
"category-voluspa": {
"hash": 1000000300,
"displayProperties": {
"name": "Voluspa",
"description": ""
},
"questions": [
{
"hash": 1000000301,
"displayProperties": {
"name": "Acerca de Voluspa",
"description": "_Voluspa_, que se llama así por una submente de _Rasputín_, es como he llamado al componente del servidor de Braytech. Es responsable de analizar los perfiles de los usuarios de Braytech en busca de estadísticas de rareza, sincronizar los ajustes y otras características clave."
}
}
]
}
}
10 changes: 6 additions & 4 deletions es-MX/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import BraytechCommonDefinition from '@Data/manifest/es-MX/BraytechCommonDefinition.json';
import BraytechActivityDefinition from '@Data/manifest/es-MX/BraytechActivityDefinition.json';
import BraytechActivityDifficultyDefinition from '@Data/manifest/es-MX/BraytechActivityDifficultyDefinition.json';
import BraytechCommonDefinition from '@Data/manifest/es-MX/BraytechCommonDefinition.json';
import BraytechFeatureDefinition from '@Data/manifest/es-MX/BraytechFeatureDefinition.json';
import BraytechMapsDefinition from '@Data/manifest/es-MX/BraytechMapsDefinition.json';
import BraytechMapsTypesDefinition from '@Data/manifest/es-MX/BraytechMapsTypesDefinition.json';
import BraytechQuestionDefinition from '@Data/manifest/es-MX/BraytechQuestionDefinition.json';
import BraytechRotationDefinition from '@Data/manifest/es-MX/BraytechRotationDefinition.json';
import BraytechFeatureDefinition from '@Data/manifest/es-MX/BraytechFeatureDefinition.json';
import DestinyActivityDefinition from '@Data/manifest/es-MX/DestinyActivityDefinition.json';
import DestinyActivityModeDefinition from '@Data/manifest/es-MX/DestinyActivityModeDefinition.json';
import DestinyActivityModifierDefinition from '@Data/manifest/es-MX/DestinyActivityModifierDefinition.json';
Expand All @@ -30,13 +31,14 @@ import DestinyTraitDefinition from '@Data/manifest/es-MX/DestinyTraitDefinition.

const esMX = {
definitions: {
BraytechCommonDefinition,
BraytechActivityDefinition,
BraytechActivityDifficultyDefinition,
BraytechCommonDefinition,
BraytechFeatureDefinition,
BraytechMapsDefinition,
BraytechMapsTypesDefinition,
BraytechQuestionDefinition,
BraytechRotationDefinition,
BraytechFeatureDefinition,
DestinyActivityDefinition,
DestinyActivityModeDefinition,
DestinyActivityModifierDefinition,
Expand Down
Loading

0 comments on commit cf37cc8

Please sign in to comment.