Extract editor brush texts.

This commit is contained in:
Matthias Mailänder
2023-05-20 19:55:17 +02:00
committed by abcdefg30
parent 8433bc0948
commit c9dddc342c
8 changed files with 69 additions and 11 deletions

View File

@@ -717,3 +717,34 @@ options-time-limit =
}
notification-time-limit-expired = Time limit has expired.
## EditorActorBrush
notification-added-actor = Added { $name } ({ $id })
## EditorCopyPasteBrush
notification-copied-tiles =
{ $amount ->
[one] Copied one tile
*[other] Copied { $amount } tiles
}
## EditorDefaultBrush
notification-removed-actor = Removed { $name } ({ $id })
notification-removed-resource = Removed { $type }
## EditorResourceBrush
notification-added-resource =
{ $amount ->
[one] Added one cell of { $type }
*[other] Added { $amount } cells of { $type }
}
## EditorTileBrush
notification-added-tile = Added tile { $id }
notification-filled-tile = Filled with tile { $id }
## EditorActionManager
notification-opened = Opened
## ActorEditLogic
notification-edited-actor = Edited { $name } ({ $id })