Skip to content

Commit

Permalink
added /packages/* suffixes to some component headers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Sep 18, 2024
1 parent 5131103 commit 45bf66d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
15 changes: 6 additions & 9 deletions packages/frontend/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,19 @@ components:
count: Count
countAdd: Count +1
countSubtract: Count -1
head: Counter
head: Counter (FE)
multi: Multi
multiX2: Multi x2
debug.summary: Component Debugging
ghCommits.head: GithubCommits
debug:
summary: Component Debugging
ghCommits:
head: GithubCommits (FE)
ghUser:
followers: Followers
following: Following
gists: Public Gists
head: GithubUser
head: GithubUser (FE)
repos: Public Repos
mover:
alwaysMoving: Always be moving!
clickMeOff: Click toggle to stop moving!
clickMeOn: Click toggle to start moving!
head: Mover
newMessageInput:
nothingSaved: "<em>Note</em>: new messages will not be saved (...yet)!"
placeholder: Type message here and hit enter
Expand Down
15 changes: 6 additions & 9 deletions packages/frontend/translations/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,19 @@ components:
count: Cuenta
countAdd: Cuenta +1
countSubtract: Cuenta -1
head: Contador
head: Contador (FE)
multi: Multi
multiX2: Multi x2
debug.summary: Depuración de Componentes
ghCommits.head: GithubCommits
debug:
summary: Depuración de Componentes
ghCommits:
head: GithubCommits (FE)
ghUser:
followers: Seguidores
following: Siguiendo
gists: Esencias Públicos
head: GithubUser
head: GithubUser (FE)
repos: Repos Públicos
mover:
alwaysMoving: ¡Esté siempre en movimiento!
clickMeOff: ¡Haz clic palanca para dejar de moverte!
clickMeOn: ¡Haz clic palanca para comenzar de moverte!
head: Mover
newMessageInput:
nothingSaved: "¡<em>Nota</em>: los mensajes nuevos no se guardarán (...todavía)!"
placeholder: Escribe el mensaje aquí y presiona enter
Expand Down
12 changes: 9 additions & 3 deletions packages/rs-common/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,15 @@ errors:
url: "{description} must be a valid url"
unknown: An unknown error occurred!
components:
audioPlayer.head: AudioPlayer
audioPlayer:
head: AudioPlayer (CMN)
box:
defaultHtml: "<p>Hello. This is a Box component. This text is coming from the block passed to the Box component. It does <b>not</b> support HTML.</p>"
head: Box
head: Box (CMN)
mover:
alwaysMoving: Always be moving!
clickMeOff: Click toggle to stop moving!
clickMeOn: Click toggle to start moving!
head: Mover (CMN)
randomText:
head: Random Text
head: RandomText (CMN)
8 changes: 7 additions & 1 deletion packages/rs-common/translations/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,15 @@ errors:
url: "{description} debe ser una dirección URL válida"
unknown: ¡Un error desconocido ocurrió!
components:
audioPlayer.head: AudioPlayer
audioPlayer:
head: AudioPlayer (CMN)
box:
defaultHtml: "<p>Hola. Este es un componente Box. Este texto proviene del bloque que pasa al componente Box. <b>No soporta</b> HTML.</p>"
head: Box
mover:
alwaysMoving: ¡Esté siempre en movimiento!
clickMeOff: ¡Haz clic palanca para dejar de moverte!
clickMeOn: ¡Haz clic palanca para comenzar de moverte!
head: Mover (FE)
randomText:
head: Random Text

0 comments on commit 45bf66d

Please sign in to comment.