blob: cadd50449a13297224600f673e767d17d3421cbe [file] [log] [blame]
avm999631b637612018-12-28 01:03:44 +01001{
2 "new_to_graph": "It seems like {person} is new to the graph, because they don't share any edges with another person.",
3 "edges_1": "Alright, {person} shares an edge with {count}: {edges}.",
4 "edges_2": "Ok, {person} shares an edge with {count}: {edges}.",
5 "edges_3": "{person} shares an edge with {count}: {edges}.",
6 "edges_display": "{person} shares an edge with {count}.",
7 "count_singular": "one person",
8 "count_plural": "{count} people",
9 "not_found": "I'm sorry, but I didn't find anyone called {person} in the graph.",
10 "random_fact": "Here's a random fact: {fact}",
11 "num_vertices": "The number of vertices in the graph is {count}.",
12 "num_edges": "The number of edges in the graph is {count}.",
13 "didyouknow_last_edge": "did you know that the last edge is the one between {person1} and {person2}?",
14 "didyouknow_num_vertices": "Did you know that the number of vertices in the graph is {count}?",
15 "didyouknow_num_edges": "Did you know that the number of edges in the graph is {count}?",
16 "didyouknow_k3": "did you know that the first three vertices of the graph form a K3?",
17 "didyouknow_creator": "Did you know that Dario currently hosts the graph and that he is thought to be its creator?",
18 "didyouknow_groph": "did you know that for a while, the graph wasn't connex and the smallest component was named 'the groph'? Fortunately, right now the Groph is connected to the rest of the graph.",
19 "followup_1": "Is there anything else I can do for you?",
20 "followup_2": "Now, is there anything else you want to know?",
21 "followup_3": "Is there anything else you want to know?",
22 "latest_news": "<speak>These are the latest edges in the graph: {edges}.</speak>",
23 "latest_news_count": "<speak>These are the last {count} edges in the graph: {edges}.</speak>",
24 "and": "and"
25}