mirror of
https://git.sr.ht/~rabbits/thousand-rooms
synced 2024-11-16 19:48:44 +01:00
*
This commit is contained in:
parent
5f1fdfec4e
commit
96ee071786
2 changed files with 64 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Contact : @neauoire
|
||||
# Contact : hundredrabbits@gmail.com
|
||||
|
||||
$lang_en = {
|
||||
:translator => "Devine Lu Linvega",
|
||||
:language => "English",
|
||||
$lang_er = {
|
||||
:translator => "Smilja Ignjatovic",
|
||||
:language => "Serbian",
|
||||
:title => "Thousand Rooms",
|
||||
:title_page => [
|
||||
"Thousand Rooms",
|
||||
|
|
60
lang/lang.to.rb
Normal file
60
lang/lang.to.rb
Normal file
|
@ -0,0 +1,60 @@
|
|||
# Contact : hundredrabbits@gmail.com
|
||||
|
||||
$lang_to = {
|
||||
:translator => "write your name",
|
||||
:language => "Toki Pona",
|
||||
:title => "Thousand Rooms",
|
||||
:title_page => [
|
||||
"Thousand Rooms",
|
||||
"Cat, Owl, Bat & Fox","Illustrated by Rekka Bellum<br />Written by Devine Lu Linvega",
|
||||
"First Edition"
|
||||
],
|
||||
:preface => "You wake up in a room, surrounded by unbreakable walls. On a desk, lies a pencil and a sheet of blank paper.<br/> Inside the desk, notes bearing your handwriting, you have no recollection.",
|
||||
:lesson1 => [
|
||||
"Lesson 1",
|
||||
"Cat awakens.",
|
||||
"Owl finds a piece of paper.",
|
||||
"Bat finds a pencil.",
|
||||
"Fox opens the desk."
|
||||
],
|
||||
:lesson2 => [
|
||||
"Lesson 2",
|
||||
"Cat claws at the walls.",
|
||||
"Owl leaves a message in the desk.",
|
||||
"Bat finds a second pencil.",
|
||||
"Fox dismantles the desk."
|
||||
],
|
||||
:lesson3 => [
|
||||
"Lesson 3",
|
||||
"Cat destroys the pencil and the paper.",
|
||||
"Owl finds notes in the desk.",
|
||||
"Bat finds the desk full with pencils.",
|
||||
"Fox builds the desk inside-out."
|
||||
],
|
||||
:lesson4 =>[
|
||||
"Lesson 4",
|
||||
"Cat enters the desk.",
|
||||
"Owl tries to understand.",
|
||||
"Bat sees no escape.",
|
||||
"Fox has a visitor."
|
||||
],
|
||||
:lesson5 =>[
|
||||
"Lesson 5",
|
||||
"Cat comes out of the desk.",
|
||||
"Owl understands the room.",
|
||||
"Bat awakens.",
|
||||
"Fox has a second visitor."
|
||||
],
|
||||
:lesson6 => [
|
||||
"Lesson 6",
|
||||
"Cat destroys the desk.",
|
||||
"Owl finds a scribble.",
|
||||
"Bat finds a pencil.",
|
||||
"Fox has too many visitors."
|
||||
],
|
||||
:lesson7 => [
|
||||
"Last Lesson",
|
||||
"What would you do?"
|
||||
],
|
||||
:thanks => "Thanks"
|
||||
}
|
Loading…
Reference in a new issue