|
|
(275 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| [[Image:Avatar 6.jpg|border|right]]
| | Retired translator, TLC, and editor. |
| | |
| '''Greetings, traveller!'''
| |
| | |
| I'm an English to German translator as well as English/German editor for the projects I take an interest in and [[Oda Nobuna no Yabou (Deutsch)]]'s one-man-army. Oh, and I do ''a lot'' of coding and small changes to my sites... I'm trying to figure out how I like it best. Please bear with me.
| |
| | |
| In everyday-life I'm confronted with complex German texts all the time and with English texts (wouldn't call them complex) hobby-wise (books, games, movies, music).
| |
| | |
| ==Feedback/Questions/Critics where?==
| |
| Feel free to use the [[User_talk:Cautr|discussion function]] on my page or use one of my contact methods mentioned below.
| |
| | |
| ==cautr's roadmap & priority list==
| |
| {|
| |
| |- style="background-color: #F3F3F3;"
| |
| ! # !!<div style="width: 115px;"> Series </div>!!<div style="width: 150px;"> Volume/Chapter </div>!!<div style="width: 75px;"> To-Do </div>!!<div style="width: 75px;"> Progress </div>!!<div style="width: 150px;"> Comment </div>
| |
| |- style="background-color: #FFFFFF;"
| |
| | 1. || <center>[[Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—|OniAi]]</center> || <center>Volume 1 Chapter 5</center> || <center>edit</center> || <center>'''20%'''</center> || <center>editing as it comes</center>
| |
| |- style="background-color: #FAFAFA;"
| |
| | 2. || <center>[[Boku wa Tomodachi ga Sukunai|Haganai]]</center> || <center>Volume 9 Chapter 2</center> || <center>edit</center> || <center>'''15%'''</center> || <center>Delayed due to Kodaka being philosophical.</center>
| |
| |- style="background-color: #FFFFFF;"
| |
| | 3. || <center>[[Ore no Kanojo to Osananajimi ga Shuraba Sugiru|OreShura]]</center> || <center>/</center> || <center>/</center> || <center>/</center> || <center>Waiting for TLC</center>
| |
| |- style="background-color: #FAFAFA;"
| |
| | 4. || <center>/</center> || <center>/</center> || <center>/</center> || <center>/</center> || <center>/</center>
| |
| |- style="background-color: #FFFFFF;"
| |
| | 5. || <center>[[Campione! (Deutsch)|Campione! (DE)]]</center> || <center>Volume 1 Chapter 5</center> || <center>TL</center> || <center>'''50%'''</center> || <center>Teil 1 when there's time</center>
| |
| |}
| |
| <br/>
| |
| :*[[Sakurasou_no_Pet_na_Kanojo|Sakurasou]] on hold until new chapters need editing or I've got the time to edit <br/>everything apart from the already edited chapters 3 & 4 of volume 4 as well as <br/>chapter 1 of volume 5.
| |
| :*[[Oda Nobuna no Yabou (Deutsch)|OdaNobuna (DE)]] on hold until I've got the mood or it appears to be popular demand.
| |
| :*[[Campione! (Deutsch)|Campione! (DE)]] Volume 1 can't be translated completely due to chapter 2 & 4 being reserved. It's no use to translate it without being able to achieve a fulltext... Is what he said and reserved the rest.
| |
| | |
| ==Volume Display Code w/ Commentary==
| |
| In the following I will explain my display volume code, which seems to be misunderstood by some editors, who just keep destroying it. First: It's advantage is, that it display more than one volume per line and breaks those two volumes up and puts them above/underneath each other, if the resolution gets too small for them to be displayed next to each other. To see the code and commentary, please click on "edit page".
| |
| | |
| <div style="float: left; width:100%;"><!--Creates a table which uses 100% width of the screen-->
| |
| <div style="float: left; margin: 5px 20px"><!--Table inside the above table, leaves a margin of 5px to top and bottom, 20px to the left and right-->
| |
| <center><!--Centers whatever comes next-->
| |
| <div style="width: 90%;"><!--Table, only uses 90% of the width of the table it's inside of-->
| |
| ----<!--Creates a line which uses the full width, which is available, or in other words: The above 90%-->
| |
| <br/><!--Linebreak which tells the wiki to put the next stuff underneath the stuff before-->
| |
| </div><!--Closes the last opened table-->
| |
| </center><!--No more centering stuff-->
| |
| ===Volume 1===<!--Volume title etc.-->
| |
| <div style="float: left; width:450px;"><!--Creates a table inside the second table we opened, the third one is already closed, width exactly 470px now, by changing this value, the volume cover itself will be moved farther away from the chapter titles later-->
| |
| :* [[OniAi: Volume 1 Chapter 1|Awesome Chapter 1]]<!--Chapter titles-->
| |
| </div><!--Closes the table which contains the chapter titles-->
| |
| <div style="float: left; width:200px;"><!--Creates a table next to the chapter titles' table (no linebreak this time), width 200px, because the volume cover will be 200px width-->
| |
| [[Image:OniAiVol1_001.jpg|right|thumb|x200px|Volume 1]]<!--Volume cover, 200px width, with text beneath it ("Volume 1")-->
| |
| </div><!--Closes the cover table-->
| |
| </div><!--Closes the second table, only the first table is still open now-->
| |
| <!--For the second volume, you just copy-paste everything from the opening of the second table onwards until the </div> above-->
| |
| <div style="float: left; margin: 5px 20px">
| |
| <center>
| |
| <div style="width: 90%;">
| |
| ----
| |
| <br/>
| |
| </div>
| |
| </center>
| |
| ===Volume 2===
| |
| <div style="float: left; width:450px;">
| |
| :* [[OniAi: Volume 1 Chapter 1|Awesome Chapter 1]]
| |
| </div>
| |
| <div style="float: left; width:200px;">
| |
| [[Image:OniAiVol1_001.jpg|right|thumb|x200px|Volume 1]]
| |
| </div>
| |
| </div>
| |
| </div><!--From here on, it's new: now the large first table is closed-->
| |
| <br style="clear: both;" /><--Another linebreak which cleans every styling so far, it's necessary to tell the wiki that it stops with putting stuff into this line-->
| |
| <!--From here on you can copy-paste everything from the first table to the last linebreak here to add another two volumes-->
| |
| <!--So the big first bubble is important to display more than two volumes, otherwise the wiki will mess with the vertical space between the chapters. The lines I inserted are just visual stuff. The two tables inside the first big one are the ones with the volumes inside, if there's too few space, they will go underneath each other. if there's enough space, they will be next to each other, because there's no linebreak which tells them otherwise. Inside the two volume tables, there are two tables, one being the chaptertitle table and the other for the volume cover, by manipulating the width of the chapter title table, you can expand the chapter title table and therefore move the cover table farther away, making more space between chaptertitles and cover.-->
| |
| | |
| ==Supervisor at==
| |
| :* [[Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—|Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—]]
| |
| :* [[Oda_Nobuna_no_Yabou_%28Deutsch%29|Oda Nobuna no Yabou (Deutsch)]]
| |
| | |
| ==Translator at==
| |
| :* [[Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—|Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—]]
| |
| :::A bloody beginner
| |
| :* [[Campione! (Deutsch)|Campione! (Deutsch)]]
| |
| :::Alles TLC't
| |
| :* [[Oda_Nobuna_no_Yabou_%28Deutsch%29|Oda Nobuna no Yabou (Deutsch)]]
| |
| | |
| ==Editor at==
| |
| :* [[Boku wa Tomodachi ga Sukunai]]
| |
| ::: Volume 9 (Editing inaban's TL at Google Docs), Main Page
| |
| :* [[Campione! (Deutsch)|Campione! (Deutsch)]]
| |
| ::: Band 1 Prolog, Kapitel 1, Kapitel 3 (Teil 1 & 2 komplett, Teil 3 was da war), Nachwort, Main Page, Band 3 Prolog (die zehn fertigen Prozent)
| |
| :* [[Oda_Nobuna_no_Yabou_%28Deutsch%29|Oda Nobuna no Yabou (Deutsch)]]
| |
| :* [[Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—|Onii-chan Dakedo Ai Sae Areba Kankei Nai yo ne—]]
| |
| ::: Editing inaban's TL at Google Docs
| |
| :* [[Ore no Kanojo to Osananajimi ga Shuraba Sugiru]]
| |
| :* [[Ore no Nounai Sentakushi ga, Gakuen Love Come o Zenryoku de Jama Shiteiru]]
| |
| ::: Main Page
| |
| :* [[Sakurasou_no_Pet_na_Kanojo|Sakurasou no Pet na Kanojo]]
| |
| ::: Volume 4 Chapter 3 & 4, Volume 5 Chapter 1 (were all marked as in-need-of-editing, rest may follow if I come around to), Main Page
| |
| | |
| ==Contact==
| |
| {|
| |
| | |
| |-
| |
| |<div style="text-align: right">'''skype''': </div>|| cauter1ze<br/>
| |
| |-
| |
| |<div style="text-align: right">'''LINE''': </div>|| cautr<br/>
| |
| |-
| |
| |<div style="text-align: right">'''twitter''': </div>|| [https://twitter.com/caut_R twitter.com/caut_R]
| |
| |}
| |
| | |
| [[Category:German]] [[Category:Supervisor]] [[Category:German Translator]] [[Category:Editor]] [[Category:German Editor]]
| |
Retired translator, TLC, and editor.