diff --git a/de/BraytechQuestionDefinition.json b/de/BraytechQuestionDefinition.json new file mode 100644 index 00000000..073f6347 --- /dev/null +++ b/de/BraytechQuestionDefinition.json @@ -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." + } + } + ] + } +} \ No newline at end of file diff --git a/de/index.ts b/de/index.ts index 7098342d..cda54f63 100644 --- a/de/index.ts +++ b/de/index.ts @@ -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'; @@ -24,6 +25,7 @@ const de = { BraytechFeatureDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, + BraytechQuestionDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, DestinyActivityModifierDefinition, diff --git a/en/BraytechQuestionDefinition.json b/en/BraytechQuestionDefinition.json new file mode 100644 index 00000000..46a87974 --- /dev/null +++ b/en/BraytechQuestionDefinition.json @@ -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." + } + } + ] + } +} \ No newline at end of file diff --git a/en/index.ts b/en/index.ts index 1e131aba..ada8dd44 100644 --- a/en/index.ts +++ b/en/index.ts @@ -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'; @@ -40,6 +41,7 @@ const en = { BraytechFeatureDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, + BraytechQuestionDefinition, BraytechRotationDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, diff --git a/es-MX/BraytechQuestionDefinition.json b/es-MX/BraytechQuestionDefinition.json new file mode 100644 index 00000000..f69f5596 --- /dev/null +++ b/es-MX/BraytechQuestionDefinition.json @@ -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." + } + } + ] + } +} \ No newline at end of file diff --git a/es-MX/index.ts b/es-MX/index.ts index f2386cd5..654fcb29 100644 --- a/es-MX/index.ts +++ b/es-MX/index.ts @@ -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'; @@ -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, diff --git a/es/BraytechQuestionDefinition.json b/es/BraytechQuestionDefinition.json new file mode 100644 index 00000000..def8fdab --- /dev/null +++ b/es/BraytechQuestionDefinition.json @@ -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 autentificarte 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 han descubierto o canjeado el objeto. Cada pocos días, _Voluspa_ recopila datos de usuarios de _Braytech_ y registra quién tiene qué.\n\nHa sido un tema candente sobre si es preciso o útil, pero lo cierto es que todas las estadísticas son inútiles y absurdas _a menos que_ se hayan incluido 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 de los ajustes y otras características clave." + } + } + ] + } +} \ No newline at end of file diff --git a/es/index.ts b/es/index.ts index 4b785a42..7ef13b01 100644 --- a/es/index.ts +++ b/es/index.ts @@ -1,10 +1,11 @@ -import BraytechCommonDefinition from '@Data/manifest/es/BraytechCommonDefinition.json'; import BraytechActivityDefinition from '@Data/manifest/es/BraytechActivityDefinition.json'; import BraytechActivityDifficultyDefinition from '@Data/manifest/es/BraytechActivityDifficultyDefinition.json'; +import BraytechCommonDefinition from '@Data/manifest/es/BraytechCommonDefinition.json'; +import BraytechFeatureDefinition from '@Data/manifest/es/BraytechFeatureDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/es/BraytechMapsDefinition.json'; import BraytechMapsTypesDefinition from '@Data/manifest/es/BraytechMapsTypesDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/es/BraytechQuestionDefinition.json'; import BraytechRotationDefinition from '@Data/manifest/es/BraytechRotationDefinition.json'; -import BraytechFeatureDefinition from '@Data/manifest/es/BraytechFeatureDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/es/DestinyActivityDefinition.json'; import DestinyActivityModeDefinition from '@Data/manifest/es/DestinyActivityModeDefinition.json'; import DestinyActivityModifierDefinition from '@Data/manifest/es/DestinyActivityModifierDefinition.json'; @@ -30,13 +31,14 @@ import DestinyTraitDefinition from '@Data/manifest/es/DestinyTraitDefinition.jso const es = { definitions: { - BraytechCommonDefinition, BraytechActivityDefinition, BraytechActivityDifficultyDefinition, + BraytechCommonDefinition, + BraytechFeatureDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, + BraytechQuestionDefinition, BraytechRotationDefinition, - BraytechFeatureDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, DestinyActivityModifierDefinition, diff --git a/fr/BraytechQuestionDefinition.json b/fr/BraytechQuestionDefinition.json new file mode 100644 index 00000000..e1415c48 --- /dev/null +++ b/fr/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "Les statistiques de clan ne correspondent pas à [autre chose]", + "description": "Il existe plusieurs sources de statistiques dans Destiny. Les statistiques historiques du clan sont basées sur le point de terminaison de l'API HistoricalStats tandis que d'autres sources leurs données à partir des PGCR. Il est difficile de déterminer laquelle contient la valeur la plus précise. \n\nPour afficher les statistiques de la manière vue sur les statistiques historiques du clan, il faudrait télécharger des téraoctets de données à partir des serveurs Bungie et une puissance de calcul importante. Cela dit, ils sont suffisamment précis pour une compétition amicale." + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "displayProperties": { + "name": "Braytech ne mettra pas à jour la dernière version", + "description": "Depuis la vue _Paramètres_, vous pouvez essayer différentes choses. Commencez par _mettre à jour le 'service worker'_. Attendez un petit moment et vous devriez être invité à recharger.\n\nSi cela échoue, vous pouvez essayer de rafraîchir l'application en sélectionnant _Reload_. Si le problème persiste, veuillez sélectionner _Dump service worker _ et rapporter l'erreur sur Discord." + } + }, + { + "hash": 1000000202, + "displayProperties": { + "name": "Confidentialité du profil", + "description": "Si vous êtes préoccupé par votre vie privée en jouant à Destiny et par la manière dont l'API expose votre progression et vos activités à des fins d'utilisation par des tiers, vous pouvez modifier vos paramètres de confidentialité sur [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy).\n\nCela exigera que vous authentifiez Braytech auprès de Bungie pour une utilisation continue." + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "Magasins d'applications", + "description": "Braytech est disponible sur [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) et sur le [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)! Malheureusement, Braytech n'est pas disponible sur l'App Store iPhone.\n\nBraytech n'est pas disponible sur l'App Store iPhone car Apple est gourmand et leur magasin est leur principal entonnoir d'argent.\n\nHeureusement, ils prennent partiellement en charge les applications Web progressives, telles que Braytech. Pour ajouter Braytech à votre écran d'accueil, accédez à l'application à l'aide de Safari, sélectionnez le bouton Partager la feuille et sélectionnez _Ajouter à l'écran d'accueil_. Cela active certaines technologies qui permettent à des applications comme Braytech de réagir et de fonctionner comme des applications natives.\n\nSi vous êtes un utilisateur Android et que vous ne souhaitez pas utiliser Google Play, vous pouvez suivre une procédure similaire avec Google Chrome." + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "Point en commun", + "description": "Communément demandé, \"Quel est le drôle de pourcentage à droite des objets de collection et des disques ?\"\n\nIl s'agit d'un pourcentage de joueurs qui ont découvert ou récupéré l'objet. Tous les quelques jours, _Voluspa_ collecte les données des utilisateurs de _Braytech_ et prend note de qui a acquis quoi.\n\nCela a été un sujet brûlant quant à savoir si c'est précis ou utile et la vérité est que toutes les statistiques sont inutiles et stupides _à moins_ que vous ayez inclus toutes les données possibles.\n\nIl est juste de supposer que ces statistiques sont biaisées envers les joueurs occasionnels (les pourcentages peuvent sembler plus élevés que inférieurs en raison des compétences et de l'attention des utilisateurs surveillés).\n\nLorsqu'elles sont disponibles, les infobulles pour ces statistiques incluent le nombre total de joueurs qui sont comptés dans le cadre de cette métrique.{{indexed}}" + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "Raccourcis clavier", + "description": "En plus des boutons de la barre d'action avec des symboles clés, Braytech propose une variété de raccourcis clavier cachés. Depuis n'importe quelle vue avec un en-tête de profil (l'emblème de votre personnage, etc.), appuyez longuement sur  pour voir quels raccourcis sont disponibles. Par exemple, pressez  pour aller vers les _Triomphes_ et  pour revenir ici." + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "Widgets", + "description": "Les widgets sont actuellement uniquement disponibles pour les appareils iOS (iPhone, iPad).\n\nSi vous ne trouvez pas Braytech ou ses widgets dans votre liste de widgets disponibles, essayez de redémarrer votre appareil, de lancer l'application, de la réinstaller ou d'attendre une durée arbitraire.\n\nCela peut être soit un problème de compétence, soit une particularité d'iOS. Bonne chance." + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "À propos de Voluspa", + "description": "_Voluspa_, nommé d'après une sous-routine de _Rasputin_, c'est ainsi que j'ai nommé le composant côté serveur de Braytech. Il est chargé de rassembler les données de profil des utilisateurs de Braytech pour les statistiques communes, la synchronisation des paramètres et d'autres fonctionnalités clés." + } + } + ] + } +} \ No newline at end of file diff --git a/fr/index.ts b/fr/index.ts index ad1258d0..3c9daa1c 100644 --- a/fr/index.ts +++ b/fr/index.ts @@ -1,6 +1,7 @@ import BraytechCommonDefinition from '@Data/manifest/fr/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/fr/BraytechFeatureDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/fr/BraytechMapsDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/fr/BraytechQuestionDefinition.json'; import BraytechMapsTypesDefinition from '@Data/manifest/fr/BraytechMapsTypesDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/fr/DestinyActivityDefinition.json'; import DestinyActivityModeDefinition from '@Data/manifest/fr/DestinyActivityModeDefinition.json'; @@ -24,6 +25,7 @@ const fr = { definitions: { BraytechCommonDefinition, BraytechFeatureDefinition, + BraytechQuestionDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, DestinyActivityDefinition, diff --git a/it/BraytechQuestionDefinition.json b/it/BraytechQuestionDefinition.json new file mode 100644 index 00000000..d95a6968 --- /dev/null +++ b/it/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "Le Statistiche storiche del clan non corrispondono a [altra fonte]", + "description": "Ci sono diverse fonti per le statistiche in Destiny. Le Statistiche storiche del clan sono basate sull'endpoint dell'API HistoricalStats mentre altri prendono le statistiche dai Riepiloghi. È difficile constatare quale abbia le statistiche più veritiere.\n\nPer mostrare le statistiche come nella sezione Statistiche storiche del clan sarebbe richiesto scaricare terabyte di dati dai server Bungie e un alto potere computazionale. Detto ciò, sono abbastanza precise per un'amichevole competizione." + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "displayProperties": { + "name": "App store", + "description": "Braytech è disponibile sull'[App Store](https://apps.apple.com/it/app/braytech/id1593151816) di Apple, [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa&hl=it) e [Microsoft Store](https://www.microsoft.com/it-it/p/braytech/9pmp910vslz8)!" + } + }, + { + "hash": 1000000202, + "displayProperties": { + "name": "Braytech non si è aggiornato all'ultima versione", + "description": "Dalla sezione _Impostazioni_ puoi provare una varietà di cose. Inizia con _Aggiorna service worker_. Aspetta qualche secondo e ti verrà chiesto di riavviare.\n\nSe ciò fallisce puoi provare a ricaricare l'app con _Ricarica_. Se il problema persiste allora selezione _Scarta service worker_.\n\n_Per i più tecnici, Braytech usa un service worker e a volte non funzionano._" + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "Privacy profilo", + "description": "Se sei preoccupato per la tua privacy mentre giochi a Destiny e per il modo in cui l'API espone i tuoi progressi e le tue attività a utilizzo da parte di terzi, puoi modificare le tue impostazioni sulla privacy su [Bungie.net](https://www.bungie.net/7/it/User/Account/Privacy).\n\nFacendo ciò sarà necessario eseguire l'autenticazione su Braytech con Bungie per continuarne l'utilizzo." + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "Rarità", + "description": "Comunemente chiesto: \"Cos'è quella curiosa percentuale di fianco a collezionabili e trionfi?\"\n\nÈ la percentuale di giocatori che hanno scoperto o riscattato tale oggetto. Ogni tanto, _Voluspa_ colleziona dati dagli utenti di _Braytech_ e prende nota di chi ha cosa.\n\nL'utilita o la precisione di tali statistiche sono stati argomenti controversi e la verità è che tutte le statistiche sono inutili e stupide _a meno che_ non venga incluso ogni singolo dato possibile.\n\nÈ lecito ritenere che queste statistiche siano orientate verso i giocatori occasionali (le percentuali possono apparire più alte piuttosto che più basse a causa dell'abilità e dell'attenzione degli utenti che vengono monitorati).\n\nDove disponibile, i suggerimenti per queste statistiche includono il numero totale di giocatori che vengono conteggiati come parte di questa metrica.{{indexed}}" + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "Scorciatoie da tastiera", + "description": "In aggiunta alla barra di navigazione con i simboli chiave, Braytech ha una varietà di scorciatoie da tastiera nascoste. Da qualsiasi sezione con la testata (quella con l'emblema del tuo personaggio, etc.), tieni premuto  per vedere le scorciatoie disponibili. Per esempio, premi  per andare su _Trionfi_ e  per tornare qua." + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "Widget", + "description": "I widget sono attualmente disponibili solo per dispositivi iOS (iPhone, iPad).\n\nSe non riesci a trovare Braytech o i suoi widget nell'elenco dei widget disponibili, prova a riavviare il dispositivo, avviare l'app, reinstallare l'app o aspettare un po'.\n\nO non sei abbastanza bravo o è solo una questione di iOS. Buona fortuna." + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "A proposito di Voluspa", + "description": "_Voluspa_ è il nome della componente lato server di Braytech e deriva da una sub-mente di _Rasputin_. È responsabile della raccolta dei dati del profilo degli utenti di Braytech per le statistiche sulla rarità, la sincronizzazione delle impostazioni e altre funzionalità chiave." + } + } + ] + } +} \ No newline at end of file diff --git a/it/index.ts b/it/index.ts index 320d0e04..d9063cbe 100644 --- a/it/index.ts +++ b/it/index.ts @@ -1,5 +1,6 @@ import BraytechActivityDefinition from '@Data/manifest/it/BraytechActivityDefinition.json'; import BraytechActivityDifficultyDefinition from '@Data/manifest/it/BraytechActivityDifficultyDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/it/BraytechQuestionDefinition.json'; import BraytechCommonDefinition from '@Data/manifest/it/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/it/BraytechFeatureDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/it/BraytechMapsDefinition.json'; @@ -31,6 +32,7 @@ const it = { BraytechActivityDefinition, BraytechActivityDifficultyDefinition, BraytechCommonDefinition, + BraytechQuestionDefinition, BraytechFeatureDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, diff --git a/ja/BraytechQuestionDefinition.json b/ja/BraytechQuestionDefinition.json new file mode 100644 index 00000000..12fe493a --- /dev/null +++ b/ja/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "クランの活動履歴で統計データが一致しない [その他]", + "description": "Destinyの統計データには複数のソースで構成されています。クランの履歴統計はHistorical Stats APIエンドポイントに基づいており、その他はプレイデータ(PGCR:Post Game Carnage Reports)と組み合わせて計算されています。どれが最も正確な真実であるか判断するのは難しいため、プレイヤーにとっては想定した結果とは異なることがありえます。\n\n Clan Historical Statsで見られるような方法で統計を表示するには、Bungieのサーバーから何テラバイトものデータをダウンロードする必要があり、かなりの計算能力が必要となります。とはいえ、実際の制度を要求する場面は不要と判定して、現状で提供している精度で切磋琢磨するためのデータとしては十分な品質だと認識しています。" + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "displayProperties": { + "name": "App stores", + "description": "Braytechは[Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa)と[Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)でご利用いただけます! しかし残念ながら、BraytechはiPhoneアプリストアではご利用いただけません。なぜなら、Appleへの支払い額が非常に大きく運営を阻害する要素になっているためです。もしiPhoneで利用したい場合は、Safariを使ってアプリにアクセスし、シェア機能ボタンを選択して、「ホーム画面に追加」を選択します。これにより、Braytechをネイティブアプリのように操作できます。AndroidユーザーでGoogle Playを使用できない場合は、Google Chromeが利用できると同様方法で利用できます。" + } + }, + { + "hash": 1000000202, + "displayProperties": { + "name": "Braytechが最新版にアップデートできない場合", + "description": "「設定」画面で解決できることがあるので、まずはそちらをお試しください。まず、「Service Workerをアップデートする」を選択してください。失敗した場合は、「アプリをリロードする」を選択してアプリを再読み込みしてください。それでも問題が解決しない場合は、_Service Workerを破棄する_ を選択し、Discordで報告してください。" + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "ウィジェット", + "description": "ウィジェットは現在iOS対応デバイス(iPhone、iPad)のみで利用可能です。\n\nウィジェット一覧にBraytechやBraytechウィジェットがない場合は、デバイスやアプリの再起動の他にアプリの再インストール、時間を置いてから試してみてください。\n\n 現在利用している環境の特殊条件で発生する問題やインストール方法については対応出来ないことをご容赦ください。" + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "キーボードショートカット", + "description": "Braytechには、キーシンボルのあるアクションバーボタンに加えて、さまざまなキーボードショートカットが隠されています。プロファイルヘッダー (キャラクターエンブレムなど)で,  を押し続けると利用可能なショートカットを見ることができます。例えば、 例えば  を長押しすると _Triumphs_ へ進みもう一度押すと  へ戻れます。" + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "プレイヤーデータのプライバシーについて", + "description": "Destinyをプレイしている間に自分のプライバシーや、APIによってプレイ内容やアクティビティが第三者に公開されることに不安を感じる場合は、[Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy)でプライバシー設定を変更することができます。プライバシーは保護されますが、Braytechを使う度にBungieで認証する必要があります。" + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "レア度", + "description": "本当によくある質問で、「アイテムやレコードの右側に表示されているこのパーセントの数値は何ですか?」と聞かれます。\n\n数日に一度、 _Voluspa_ が _Braytech_ のユーザーからデータを収集し、誰が何を持っているかを記録しています。これが正確かどうか、役に立つかどうかが話題になりますが、実際のところ、本当の統計であれば、可能な限りすべてのデータを収集しなければ役に立たない、参考にならないのは分かっています。\n\nこれらの統計は、カジュアルプレイヤーに偏っていると考えてよいでしょう(モニターされているユーザーのスキルやその瞬間の状態によって、パーセンテージが低いものが、高く表示される場合があります)。\n\n利用可能な場合、これらの統計のツールチップには、「{{indexed}}」というようにカウントされるプレイヤーの総数などが表示されます。" + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "Voluspaについて", + "description": "ラスプーチンのサブマインドにちなんで名付けられたVoluspaは、Braytechではサーバーサイド・コンポーネントのことを指します。 Braytechのユーザーのプロファイルを精査し、共通の統計情報や設定の同期など、重要な機能を提供しています。" + } + } + ] + } +} \ No newline at end of file diff --git a/ja/index.ts b/ja/index.ts index 45315a64..f805ac43 100644 --- a/ja/index.ts +++ b/ja/index.ts @@ -2,6 +2,7 @@ import BraytechActivityDefinition from '@Data/manifest/ja/BraytechActivityDefini import BraytechActivityDifficultyDefinition from '@Data/manifest/ja/BraytechActivityDifficultyDefinition.json'; import BraytechCommonDefinition from '@Data/manifest/ja/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/ja/BraytechFeatureDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/ja/BraytechQuestionDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/ja/BraytechMapsDefinition.json'; import BraytechMapsTypesDefinition from '@Data/manifest/ja/BraytechMapsTypesDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/ja/DestinyActivityDefinition.json'; @@ -31,6 +32,7 @@ const ja = { BraytechActivityDifficultyDefinition, BraytechCommonDefinition, BraytechFeatureDefinition, + BraytechQuestionDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, DestinyActivityDefinition, diff --git a/ko/BraytechQuestionDefinition.json b/ko/BraytechQuestionDefinition.json new file mode 100644 index 00000000..624b37ff --- /dev/null +++ b/ko/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "클랜 과거 기록이 [다른 것]과 맞지 않아요", + "description": "데스티니에는 다양한 통계 출처가 있습니다. 클랜 과거 통계는 HistoricalStats API 에 기반하지만 다른 곳에서는 PGCR을 참조합니다. 어디가 가장 정확한 사실을 알려주는지 구분하기는 어렵습니다.\n\n클랜 과거 통계에 보이는 방식으로 통계를 출력하기 위해서는 Bungie 서버에서 테라바이트에 달하는 데이터를 다운받아야 하며 엄청난 처리 성능이 필요합니다. 그래도, 재미로 하는 경쟁에는 충분할 만큼 정확합니다." + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "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.{{indexed}}" + } + }, + { + "hash": 1000000202, + "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": 1000000203, + "displayProperties": { + "name": "Braytech가 업데이트되지 않아요.", + "description": "_설정_ 에서 여러 방법으로 해결할 수 있습니다. _서비스 워크 업데이트_ 를 선택해서 시작하세요.\n\n이 작업이 실패하면 _앱 재시작_ 을 선택해서 앱을 다시 시작할 수 있습니다. 문제가 계속 발생하면, _서비스 워크 덤프_ 를 선택하고 디스코드를 통해 문제를 알려주세요." + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "개인 정보 보호", + "description": "데스티니를 플레이하면서 타사가 API를 통해 개인 정보와 진행 상황 및 활동을 유출하는 것에 대해 염려하는 경우 [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy)에서 개인 정보 설정을 변경할 수 있습니다.\n\n이렇게 하면 Bungie에서 Braytech를 인증해야 계속 사용할 수 잇습니다." + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "앱 스토어", + "description": "Braytech는 [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa)와 [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)에서 받으실 수 있습니다! 안타깝게도 Braytech는 아이폰으로 사용 불가능합니다.\n\nBraytech가 아이폰 앱스토어에 없는 이유는 애플이 앱스토어로 돈을 빨아먹는 탐욕스러운 회사이기 떄문이죠.\n\n그래도 좋은 소식이 있습니다, 애플이 부분적으로 Braytech 개혁적인 우리의 웹 앱을 지원합니다. Braytech를 홈 스크린에 추가할 계획이면 사파리를 통해 앱으로 가신 다음에 공유를 누르고 홈 스크린에 추가를 설정해주세요. 이렇게 하면 Braytech가 원래 존재하는 앱처럼 작동할 수 있게 해줍니다.\n\n만약에 안드로이드 사용자이지만 구글 플레이를 사용하고 싶지 않으시면 구글 크롬을 통해 위의 방식과 비슷한 형식으로 설치할 수 있습니다." + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "키보드 단축키", + "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." + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "Voluspa에 대하여", + "description": "_Voluspa_, _라스푸틴_ 의 하위 지능의 이름, 제가 Braytech의 서버 사이드 구성 요소에 붙여준 이름입니다. 이는 희소성 통계, 설정 동기화 및 기타 주요 기능을 위해 Braytech 사용자의 프로필 데이터 추출을 담당합니다." + } + } + ] + } +} \ No newline at end of file diff --git a/ko/index.ts b/ko/index.ts index 12e6b773..3c25a3ca 100644 --- a/ko/index.ts +++ b/ko/index.ts @@ -1,5 +1,6 @@ import BraytechCommonDefinition from '@Data/manifest/ko/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/ko/BraytechFeatureDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/ko/BraytechQuestionDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/ko/BraytechMapsDefinition.json'; import BraytechMapsTypesDefinition from '@Data/manifest/ko/BraytechMapsTypesDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/ko/DestinyActivityDefinition.json'; @@ -19,6 +20,7 @@ const ko = { BraytechCommonDefinition, BraytechFeatureDefinition, BraytechMapsDefinition, + BraytechQuestionDefinition, BraytechMapsTypesDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, diff --git a/pt-BR/BraytechQuestionDefinition.json b/pt-BR/BraytechQuestionDefinition.json new file mode 100644 index 00000000..f7a80a6f --- /dev/null +++ b/pt-BR/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "Estatisticas de clã não batem [outra coisa]", + "description": "Há muitas fontes de dados para Destiny. \"Histórico de Estatísticas de Clã\" é baseado no \"endpoint HistoricalStats\" da API, enquanto outros usam PGCRs como fonte de dados. É difícil determinar quem tem a verdade mais precisa.\n\nPara mostrar dados como no \"Histórico de Estatísticas de Clã\", seria necessário baixar terabytes de dados do servidor da Bungie e muito poder de processamento. Com isso dito, eles são bem precisos para algumas competições amigáveis." + } + } + ] + }, + "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 está disponível no [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) e na [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)! Infelizmente, Braytech não está disponível na App Store do iPhone.\n\nBraytech não está disponível para a App Store do iPhone por que a Apple é gananciosa e a sua loja é seu principal funil de dinheiro.\n\nFelizmente, eles oferecem suporte parcial a aplicativos da web progressivos, como o Braytech. Para adicionar o Braytech à sua tela inicial, vá ao app através do Safari, selecione o botão de compartilhamento, e selecione _Adicionar à Tela Inicial_. Isto habilita algumas das tecnologias que permite apps como o Braytech a se sentir e operar como aplicativos nativos.\n\nSe você é um usuário de Android e não quiser utilizar o Google Play, você pode executar um procedimento similar utilizando o Google Chrome." + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "Atalhos de Teclado", + "description": "Além de quaisquer botões da barra de ação com símbolos-chave, Braytech tem uma variedade de atalhos de teclado ocultos. A partir de qualquer página com um cabeçalho de perfil (Emblema de seu personagem, etc.), aperte e segure  para ver quais atalhos estão disponíveis. Por exemplo, pressione  para ir aos _Triunfos_ e  para retornar aqui." + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "Braytech não atualiza para a versão mais nova", + "description": "Através página de _Configurações_, você pode tentar uma variedade de coisas. Comece com _Atualizar Service Worker_. Espere um tempinho e você será solicitado para recarregar o app.\n\nSe isso falhar, você pode tentar recarregar o app selecionando _Recarregar_. Se o problema continuar a persistir, por favor, selecione _Reciclar Service Worker_.\n\n_Para os entendedores técnicos, Braytech usa um service worker e algumas vezes eles dão problema_" + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "Privacidade do Perfil", + "description": "Se você está preocupado com a sua privacidade enquanto joga Destiny e como a API expõe sua progressão e atividades para uso de terceiros, você pode alterar suas configurações de privacidade em [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy).\n\nFazendo isso, será necessário que você autentique Braytech em Bungie.net para continuar o uso." + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "Raridades", + "description": "Frequentemente perguntado, \"O que é a porcentagem à direita dos colecionáveis e registros?\"\n\nÉ a porcentagem de jogadores que descobriram ou resgataram o item. De dias em dias, _Voluspa_ coleta dados dos usuários do _Braytech_ e anota quem pegou o que.\n\nTem sido um tópico bem debatido quanto a precisão e a utilidade, e a verdade é que todas as estatísticas são inúteis e bestas _a menos que_ você inclua todos os pedaços de dados possíveis.\n\nÉ justo assumir que estes dados possuem um viés em direção aos jogadores casuais (porcentagens podem aparecer maior por conta da atenção dos usuários que são monitorados).\n\nOnde disponível, pop-ups para estes dados incluem o numero total de jogadores que estão sendo levado em consideração como parte da métrica.{{indexed}}" + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "Sobre Voluspa", + "description": "_Voluspa_, nomeada a partir da sub-mente de _Rasputin_, foi como nomeei o componente serverside de Braytech. Ele é responsável por reunir os dados de perfis dos usuários de Braytech para as estatísticas de raridade, configurações de sincronização e outras funcionalidades." + } + } + ] + } +} \ No newline at end of file diff --git a/pt-BR/index.ts b/pt-BR/index.ts index 94833202..5f8f1e2c 100644 --- a/pt-BR/index.ts +++ b/pt-BR/index.ts @@ -1,5 +1,6 @@ import BraytechCommonDefinition from '@Data/manifest/pt-BR/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/pt-BR/BraytechFeatureDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/pt-BR/BraytechQuestionDefinition.json'; import DestinyActivityModifierDefinition from '@Data/manifest/pt-BR/DestinyActivityModifierDefinition.json'; import DestinyChecklistDefinition from '@Data/manifest/pt-BR/DestinyChecklistDefinition.json'; @@ -7,6 +8,7 @@ const ptBR = { definitions: { BraytechCommonDefinition, BraytechFeatureDefinition, + BraytechQuestionDefinition, DestinyActivityModifierDefinition, DestinyChecklistDefinition, }, diff --git a/ru/BraytechQuestionDefinition.json b/ru/BraytechQuestionDefinition.json new file mode 100644 index 00000000..a265dbb2 --- /dev/null +++ b/ru/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "Общая статистика клана не совпадает [или другая проблема]", + "description": "В Destiny есть несколько источников информации. Статистика клана основана на API HistoricalStats, в то время как другая статистика вытекает из данных PGCR. Довольно сложно определить, какой источник будет наиболее точен.\n\nДля отображения статистики в единообразном виде, потребуется загрузка терабайтов данных с серверов Bungie и значительные вычислительные мощности. Короче говоря, эти данные достаточно точны для дружеских соревнований." + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "displayProperties": { + "name": "Braytech не обновляется до актуальной версии", + "description": "Из _Настроек_ вы можете попробовать различные способы. Начните с _обновления веб службы_. Подождите немного, и вам будет предложено перезагрузиться для обновления.\n\nЕсли это не удастся, вы можете выбрать _перезагрузку_. Если ничего не помогло, то вы можете, _сбросить веб службу_ и сообщить о проблеме в Discord." + } + }, + { + "hash": 1000000202, + "displayProperties": { + "name": "Виджеты", + "description": "В настоящее время виджеты доступны только для устройств iOS (iPhone, iPad).\n\nЕсли вы не можете найти Braytech или его виджеты в списке доступных виджетов, попробуйте перезагрузить своё устройство, запустить приложение, переустановить приложение, или подождать некоторое время\n\nЭто либо \"проблема с навыками\", либо просто особенность iOS. Удачи." + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "Магазины приложений", + "description": "Braytech доступен в [App Store](https://apps.apple.com/app/braytech/id1593151816), [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) и [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)!" + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "Приватность профиля", + "description": "Если вы обеспокоены тем, что сторонние лица могут получить доступ к вашим достижениям и истории активностей через API, вы можете изменить свои настройки приватности на [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy).\n\nПриватные настройки потребуют авторизации в Braytech с использованием аккаунта Bungie для продолжения использования приложения." + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "Редкость", + "description": "Часто спрашивают, \"Что это за странный процент справа от коллекционных предметов и рекордов?\"\n\nЭто процент игроков, которые либо нашли, либо получили предмет. Каждые несколько дней _Voluspa_ собирает данные от пользователей _Braytech_ и записывает, у кого что есть.\n\n\nВопрос о том, насколько он точен или полезен, был горячим, но правда в том, что вся статистика бесполезна и глупа, _если только_ вы не включили в неё все возможные данные.\n\nСправедливо предположить, что эта статистика предвзято относится к обычным игроки (процентные показатели могут казаться выше, а не ниже из-за мастерства и внимания пользователей, за которыми ведется наблюдение).\n\nГде это возможно, всплывающие подсказки для этой статистики включают общее количество игроков, которые считаются частью этой метрики." + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "Ярлыки клавиатуры", + "description": "В дополнение к любым кнопкам панели действий с символами клавиш, в Braytech есть множество скрытых сочетаний клавиш. В любом виде с заголовком профиля (эмблема вашего персонажа и т.д.) нажмите и удерживайте кнопку , чтобы увидеть, какие сочетания клавиш доступны. Например, нажмите  для перехода к _Триумфам_ и для возврата сюда." + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "Что такое Voluspa?", + "description": "_Voluspa_ — это названный в честь одного из подразумов _Распутина_ серверный компонент Braytech. Он ответственен за сбор статистики редкости, синхронизацию настроек и некоторые другие ключевые функции." + } + } + ] + } +} \ No newline at end of file diff --git a/ru/index.ts b/ru/index.ts index 39e2ea8f..f9058199 100644 --- a/ru/index.ts +++ b/ru/index.ts @@ -2,6 +2,7 @@ import BraytechCommonDefinition from '@Data/manifest/ru/BraytechCommonDefinition import BraytechFeatureDefinition from '@Data/manifest/ru/BraytechFeatureDefinition.json'; import BraytechMapsDefinition from '@Data/manifest/ru/BraytechMapsDefinition.json'; import BraytechMapsTypesDefinition from '@Data/manifest/ru/BraytechMapsTypesDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/ru/BraytechQuestionDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/ru/DestinyActivityDefinition.json'; import DestinyActivityModeDefinition from '@Data/manifest/ru/DestinyActivityModeDefinition.json'; import DestinyActivityModifierDefinition from '@Data/manifest/ru/DestinyActivityModifierDefinition.json'; @@ -20,6 +21,7 @@ const ru = { BraytechFeatureDefinition, BraytechMapsDefinition, BraytechMapsTypesDefinition, + BraytechQuestionDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, DestinyActivityModifierDefinition, diff --git a/zh-CHS/BraytechQuestionDefinition.json b/zh-CHS/BraytechQuestionDefinition.json new file mode 100644 index 00000000..0038fdff --- /dev/null +++ b/zh-CHS/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "公会历史统计信息和[其他东西]不一致?", + "description": "《命运》中有很多统计数据的 API. 公会的数据基于 HistoricalStats API 而其他数据是 PGCRs,所以很难确定哪边的数据更准确。\n\n且显示这些数据需要从Bungie的服务器下载TB级的数据并需要足够的计算能力才能正常显示。因此,如果你和朋友之间的友好竞争需要数据参考的话,这里的足够准确了。" + } + } + ] + }, + "category-braytech": { + "hash": 1000000200, + "displayProperties": { + "name": "Braytech", + "description": "" + }, + "questions": [ + { + "hash": 1000000201, + "displayProperties": { + "name": "Braytech没有更新到最新版本?", + "description": "在 _设置_ 页面,你可以配置许多东西。点击 _更新 Braytech 后台脚本_,等一小会,你应该会被提示说重启加载应用。\n\n如果更新失败,你可以点击 _重新载入Braytech_ 来刷新应用后再试一遍。如果问题一直出现的话,请点击 _关闭Braytech后台脚本_ 。\n\n _从技术角度来解释,Braytech 使用了 Service Worker,但 Service Worker 有时候会出点问题_ " + } + }, + { + "hash": 1000000202, + "displayProperties": { + "name": "公开数据", + "description": "经常有人问,“收藏品和成就记录右边那个有趣的百分比是啥?”\n\n这是已经发现或兑换这项物品在玩家中的百分比。每隔几天,_Voluspa_ 就会从 _Braytech_ 的用户收集数据并记录玩家们获取的物品。\n\n很多人会问这东西准确有用吗?事实上所有的统计都无法保证准确且没有任何用处,_除非_ 你能把所有可能的数据都统计在内。\n\n你可以认为这些数据是偏向于休闲玩家的(根据被记录的玩家的水平,这个百分比可能会偏高)。\n\n如果有的话,提示中的数字包括被算作这个指标一部分的玩家总数。{{indexed}}" + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "小工具", + "description": "Braytech 的小工具目前只对 iOS 设备 (iPhone, iPad) 开放。\n\n如果你无法在可用小工具列表内找到 Braytech 或它的小工具,试试重启设备、启动 Braytech 应用、重新安装 Braytech 或者等一段时间再试试。\n\n导致这个问题的原因可能是有什么东西搞错了或者 iOS 在搞鬼,祝好运。" + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "应用商店", + "description": "Braytech 已经在 [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa) 以及 [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8) 上架了!不幸的是,Braytech 在 iPhone App Store 没有上架。\n\n之所以 Braytech 在 iPhone 应用商店没有上架,是因为苹果公司很贪婪,他们的商店是他们主要的收入来源。\n\n值得庆幸的是,他们确实部分地支持渐进式网络应用(PWA),而 Braytech 就是一个渐进式网络应用。要将 Braytech 添加到您的主屏幕,用 Safari 浏览器打开 Braytech,选择分享按钮,再选择 _添加到主屏幕_ 。这样就可以让像 Braytech 这样的应用程序在感觉和操作都很像本地应用程序。\n\n如果你是安卓用户但你不希望使用 Google Play,你可以用 Chrome 浏览器来实现类似的功能,方法应该和 Safari 很相似。" + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "账户隐私", + "description": "如果你对游玩命运的隐私,或者 API 如何将你的游戏进程和活动记录报告给第三方有所担心,你可以在[Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy) 更改你的设置。\n\n在这之后继续使用Braytech将需要从Bungie授权。" + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "键盘快捷键", + "description": "除了带有按键符号的任何操作栏按钮外,Braytech 还有各种隐藏的键盘快捷键。从带有配置文件标题的任何视图(你的角色名片,等等),按住  t来查看哪些快捷键可供使用。例如,按下  前往 _成就_ 并按下  以返回当前页面。" + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "关于 Voluspa", + "description": " _Voluspa_,这一源于 _拉斯普廷_ 的分支思维的名字,是我为 Braytech 的服务器端所取的。它将负责抓取 Braytech 用户的数据以用作公共统计,设置同步,以及其他的核心功能。" + } + } + ] + } +} \ No newline at end of file diff --git a/zh-CHS/index.ts b/zh-CHS/index.ts index ab438cc0..67afbfee 100644 --- a/zh-CHS/index.ts +++ b/zh-CHS/index.ts @@ -4,6 +4,7 @@ import BraytechCommonDefinition from '@Data/manifest/zh-CHS/BraytechCommonDefini import BraytechCommonDefinitionColloquial from '@Data/manifest/zh-CHS/BraytechCommonDefinitionColloquial.json'; import BraytechFeatureDefinition from '@Data/manifest/zh-CHS/BraytechFeatureDefinition.json'; import BraytechMapTypesDefinition from '@Data/manifest/zh-CHS/BraytechMapsTypesDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/zh-CHS/BraytechQuestionDefinition.json'; import BraytechRotationDefinition from '@Data/manifest/zh-CHS/BraytechRotationDefinition.json'; import DestinyActivityDefinition from '@Data/manifest/zh-CHS/DestinyActivityDefinition.json'; import DestinyActivityModeDefinition from '@Data/manifest/zh-CHS/DestinyActivityModeDefinition.json'; @@ -33,6 +34,7 @@ const zhCHS = { BraytechCommonDefinition, BraytechFeatureDefinition, BraytechMapTypesDefinition, + BraytechQuestionDefinition, BraytechRotationDefinition, DestinyActivityDefinition, DestinyActivityModeDefinition, diff --git a/zh-CHT/BraytechQuestionDefinition.json b/zh-CHT/BraytechQuestionDefinition.json new file mode 100644 index 00000000..ccc59786 --- /dev/null +++ b/zh-CHT/BraytechQuestionDefinition.json @@ -0,0 +1,85 @@ +{ + "category-api": { + "hash": 1000000100, + "displayProperties": { + "name": "API", + "description": "" + }, + "questions": [ + { + "hash": 1000000101, + "displayProperties": { + "name": "公會歷史統計並不壹定與其他統計保持壹致", + "description": "Destiny 中有多個統計的數據來源,工會歷史數據統計基於HistoricalStats API 而其他統計數據來源於PGCRs 很難確定哪個數據更准確.\n\n要從Bungie.net服務器下載兆級別的數據并具有强大的計算能力,這也就意味著他們足夠準確.可以進行友好的對比" + } + } + ] + }, + "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": "Braytech不會更新到最新版本", + "description": "從 _Settings_ 視圖, 您可以嘗試各種操作 開始 _Update service worker_. 稍等片刻,系統會提示您重新載入.\n\n如果失敗,您可以嘗試選擇 _Reload_ 刷新應用程式. 如果問題仍然存在請選擇 _Dump service worker_.\n\n_For the technically inclined, Braytech uses a service worker and sometimes they're fussy._" + } + }, + { + "hash": 1000000203, + "displayProperties": { + "name": "共性", + "description": "通常會問,收藏品和記錄右側的有趣百分比是多少?\\n\n這是發現或兌換該物品的玩家的百分比.每隔幾天,_Voluspa_ 就會從 _Braytech_ 的用戶那裡收集數據,並記錄下誰得到了什麼。\n\n關於它是否準確或有用一直是一個熱門話題,事實是所有統計數據都是無用且愚蠢的_除非_您已經包括在內 每一條數據都是可能的。\n\n可以公平地假設這些統計數據偏向於休閒玩家(由於受監控用戶的技能和注意力,百分比可能看起來更高而不是更低)。\n\n如果可用, 這些統計數據的工具提示包括計為該指標一部分的玩家總數。{{indexed}}" + } + }, + { + "hash": 1000000204, + "displayProperties": { + "name": "應用商店", + "description": "Braytech 可以在 [Google Play](https://play.google.com/store/apps/details?id=braytech.org.twa)以及 [Microsoft Store](https://www.microsoft.com/en-us/p/braytech/9pmp910vslz8)! 遺憾的是在IPhone app store中未發行\n\nBraytech 在IPhone應用程式商店不可用 因爲Apple很貪心 他們的商店是他們的主要資金來源\n\n他們確實部分支持漸進式web應用,如Braytech。要將Braytech添加到主荧幕,請使用Safari導航到應用程序,選擇“共亯工作表”按鈕,然後選擇“添加到主荧幕”。這使得一些科技可以讓Braytech等應用程序的感覺和操作與本機應用程序非常相似.\n\n如果您是Android用戶,並且不希望使用Google Play,您可以使用Google Chrome執行類似的過程." + } + }, + { + "hash": 1000000205, + "displayProperties": { + "name": "賬戶隱私", + "description": " 如果你對游玩天命的隱私或者API將你的游戲進程和活動記錄報告給第三方有所擔心你可以在 [Bungie.net](https://www.bungie.net/7/en/User/Account/Privacy)更改你的隱私設定.\n\n在這之後繼續使用Braytech將需要從Bungie獲得授權" + } + }, + { + "hash": 1000000206, + "displayProperties": { + "name": "鍵盤快捷鍵", + "description": "除了带有按键符号的任何操作栏按钮外,Braytech 还有各种隐藏的键盘快捷键。从带有配置文件标题的任何视图(你的角色名片,等等),按住  t来查看哪些快捷键可供使用。例如,按下  前往 _成就_ 并按下  以返回当前页面。" + } + } + ] + }, + "category-voluspa": { + "hash": 1000000300, + "displayProperties": { + "name": "Voluspa", + "description": "" + }, + "questions": [ + { + "hash": 1000000301, + "displayProperties": { + "name": "關於Voluspa", + "description": " _Voluspa_, 這源於 _Rasputin_ 的分支思維名稱,是我給Braytech的服務端所取的. 它主要負責抓取Braytech用戶數據作爲公共統計,設定同步以及其他核心功能" + } + } + ] + } +} \ No newline at end of file diff --git a/zh-CHT/index.ts b/zh-CHT/index.ts index c5f43062..d2b35089 100644 --- a/zh-CHT/index.ts +++ b/zh-CHT/index.ts @@ -1,5 +1,6 @@ import BraytechCommonDefinition from '@Data/manifest/zh-CHT/BraytechCommonDefinition.json'; import BraytechFeatureDefinition from '@Data/manifest/zh-CHT/BraytechFeatureDefinition.json'; +import BraytechQuestionDefinition from '@Data/manifest/zh-CHT/BraytechQuestionDefinition.json'; import DestinyActivityModifierDefinition from '@Data/manifest/zh-CHT/DestinyActivityModifierDefinition.json'; import DestinyChecklistDefinition from '@Data/manifest/zh-CHT/DestinyChecklistDefinition.json'; import DestinyInventoryBucketDefinition from '@Data/manifest/zh-CHT/DestinyInventoryBucketDefinition.json'; @@ -19,6 +20,7 @@ const zhCHT = { definitions: { BraytechCommonDefinition, BraytechFeatureDefinition, + BraytechQuestionDefinition, DestinyActivityModifierDefinition, DestinyChecklistDefinition, DestinyInventoryBucketDefinition,